@extends('web.layouts.container') @section('css') @endsection @section('content')

{{__('main.gallery')}}

@if(count($projects)) @else
{{__('main.no_data')}}
@endif @endsection @section('inner_js') @endsection