@section('content')
Photos Chapter
@include('admin.image.partial.cat', array('categories'=> $categories, 'currentCat' => $category))
Upload
REMEMBER: upload a photo only with its biggest height; other displayed sizes are automatically created. A photo should be 1600px high. If not possible, 800px are ok too.
Images
@foreach ($photos as $photo)
@include('admin.image.partial.photo', array('photo'=> $photo))
@endforeach
@stop