@extends($layout) @section('content')

Photo Gallery

@if(!empty($gallaries[0])) @foreach ($gallaries as $gallary)
@endforeach @else
No Record Found!!!
@endif
@stop