{{trans('photo.photos')}}

@if($page->present()->isAdmin() or $page->present()->isEditor())
{{ csrf_field() }} {{trans('photo.add-photos')}} {{trans('photo.add-photos')}}
@endif
@if(count($photos)) @foreach($photos as $photo) {!! Theme::section('photo.display-photo', ['photo' => $photo]) !!} @endforeach @endif
{!! $photos->render() !!}