Photo Gallery

@if (count($errors) > 0) @foreach ($errors->all() as $error) @endforeach @endif @if (Session::get('message')) @endif
@foreach($photos as $photo) @endforeach
# title Featured image view Action
{{ $photo->id }} {{ $photo->title}} {{ $photo->view_count}}
{{ csrf_field() }}
{{ $photos->links() }}