{{ __('No Images Found') }}
{{ __('Looks like this gallery is empty or no matches found.') }}
{{-- Server-rendered first page --}}
@foreach ($media as $index => $item)
@php
$previewUrl = $item->signedThumbnailUrl(240) ?: $item->signedPreviewUrl(240);
$fullUrl = $item->signedPreviewUrl(240);
@endphp
@if($item->file_type === 'video')
@endif
{{-- Heart / Selection button --}}
@if($event->allow_public_downloads)
@endif
@endforeach
{{-- AJAX-loaded additional pages --}}
{{-- Infinite scroll: load more sentinel --}}
{{ __('No Highlights Yet') }}
{{ __('The photographer hasn\'t selected any highlights for this event yet.') }}
{{ __('No Selections Yet') }}
{{ __('Tap the heart icon on any photo to add it to your selections.') }}
{{ __('All') }} {{ __('photos loaded') }}
{{ __('Upload Photos taken by You') }}
{{ __('Share and Showcase your perspective of the event. Your photos will be added to the Guest Uploads tab.') }}