Emergency Evacuation Report

{{ $organization->name }} · Generated {{ now()->format('M j, Y g:i A') }} · {{ $occupancy->count() }} occupants

@foreach ($occupancy as $visit) @endforeach
Name Type Host Branch Checked in Phone
{{ $visit->visitor->full_name }} {{ ucfirst(str_replace('_', ' ', $visit->visitor_type)) }} {{ $visit->host?->name ?? '—' }} {{ $visit->branch?->name ?? '—' }} {{ $visit->checked_in_at?->format('g:i A') }} {{ $visit->visitor->phone ?? '—' }}