@extends('layouts.backend') @section('extra_css') @endsection @section('extra_js') @endsection @section('content')

{{ Session::get('message') }}

All Photos
@foreach($photos as $photo) @endforeach
Id Title Featured Image View Action
{{ $photo->id }} {{ $photo->title}} {{ $photo->view_count}}
{{ csrf_field() }}
{{ $photos->links() }}
@endsection @section('extra_js') @endsection