@if (session()->has('success'))
{{ session('success') }}
@endif @if (session()->has('error'))
{{ session('error') }}
@endif
@forelse($photos as $photo)
@empty

No photos found.

@endforelse
@if($photos->lastPage() > 1) {{ $photos->links() }} @endif @if($photos->total() < 10)

Showing {{ $photos->firstItem() }} to {{ $photos->lastItem() }} of {{ $photos->total() }} photos

@else

@endif
Loading...