@php $reason = $reason ?? 'schedule'; $nextSchedule = $nextSchedule ?? null; $boothName = $booth?->booth_name ?: 'Photo Booth'; $eventLabel = trim((string) ($nextSchedule?->event_name ?? '')); @endphp
@if($reason === 'blocked')

Access Restricted

This booth is currently unavailable

This account is temporarily blocked, so photo booth sessions are disabled right now. Please contact support or the booth owner for assistance.

@else

Available Soon

This booth is currently unavailable

@if($nextSchedule)

Next session: {{ $eventLabel !== '' ? $eventLabel : $boothName }} on {{ $nextSchedule->start_time?->copy()->timezone('UTC')->format('M d, Y') }} from {{ $nextSchedule->start_time?->copy()->timezone('UTC')->format('H:i') }} to {{ $nextSchedule->end_time?->copy()->timezone('UTC')->format('H:i') }} (UTC)

@else

No upcoming sessions scheduled. Please check back later.

@endif @endif
{{ $user->company_name ?: $user->name }}
@push('scripts') @endpush