Photo Gallery

@if (count($errors) > 0) @foreach ($errors->all() as $error) @endforeach @endif @if (Session::get('message')) @endif

All Photos manage your Photo

{{----}} @foreach(\App\Photo::orderBy('created_at', 'desc')->get() as $photo) {{----}} @endforeach
# Photo CaptionviewAction
{{ $photo->id }} {{ $photo->photo_caption}}{{ $photo->view_Count}}
{{ csrf_field() }}