@extends('layouts.app') @section('title', 'Photo Gallery') @section('content')

Photo Gallery

@if($galleries->count() > 0)
@foreach($galleries as $gallery) @endforeach
{{ $galleries->links() }}
@else

No photo albums found.

@endif
@endsection