Find My Event Photos
Event: {{ $event->name }}
@if($error)
{{ $error }}
@endif
@if($photos->count())
Matching Photos ({{ $photos->count() }})
@foreach($photos as $photo)
@endforeach
@elseif(request()->isMethod('post') && !$error)
No matching faces found in this event.
@endif
@endsection