@extends('web.layouts.layout') @section('content')
@foreach($photos as $photo) @endforeach
@if( count( $photos ) && $photos->hasPages() )
{{ $photos->links() }}
@endif
@endsection @section('content_js') @endsection