Security dashboard

{{ $occupancy->count() }} people currently inside

Evacuation report Verify badge
@if ($expiredBadges->isNotEmpty())
{{ $expiredBadges->count() }} visitor(s) have expired badges but are still checked in.
@endif
@foreach ($occupancy as $visit) @endforeach
Visitor Host Type Checked in Badge
{{ $visit->visitor->full_name }} {{ $visit->host?->name ?? '—' }} {{ str_replace('_', ' ', $visit->visitor_type) }} {{ $visit->checked_in_at?->format('g:i A') }} {{ $visit->badge_code }} @if ($canCheckout)
@csrf
@endif