Photo Gallery

Upload Photos
@if (session('success')) @endif @if (session('error')) @endif
@foreach ($photos as $photo) @endforeach
Album Image Actions
{{ $photo->album->album_name }} Photo
@csrf @method('DELETE')