Overview

Dashboard Overview

@foreach(['week' => 'This Week', 'month' => 'This Month', 'all' => 'All Time'] as $period => $label) {{ $label }} @endforeach
@php $activeStats = $statsByPeriod[$defaultPeriod] ?? ['sessions' => 0, 'photos' => 0, 'emails_sent' => 0, 'prints' => 0]; @endphp

Active Sessions (Live)

{{ $activeSessionCount }}

Polling every 15 seconds.

Sessions Trend (Last 14 Days)

Live Snapshot

Recent Sessions

View All
@if($recentSessions->isEmpty()) @else
@foreach($recentSessions as $session) @endforeach
Started Guest Consent Photos Email Action
{{ $session->started_at?->format('M d, H:i') }} {{ $session->guest_name ?: 'Guest' }} {{ ucwords(str_replace('_', ' ', $session->consent_type)) }} {{ $session->booth_photos_count }} {{ $session->email_sent ? 'Sent' : 'Pending' }} View
{{ $recentSessions->links() }}
@endif

Embeddable Gallery Widget

Each booth has a separate gallery widget. Use the code that matches the booth you want to display.

@foreach($embedWidgets as $widget)

{{ $widget['name'] }}

Preview
Copy Embed Code Preview Widget
@endforeach
@push('scripts') @endpush