{{ $visitor->company }} · {{ $visitor->visit_count }} visits · {{ ucfirst(str_replace('_', ' ', $visitor->watchlist_status)) }}
{{ $auditActions[$log->action] ?? $log->action }}
{{ $log->created_at?->format('M j, Y g:i A') }} · {{ $log->actor_ref ?? 'System' }}
{{ $visit->purpose ?? ucfirst(str_replace('_', ' ', $visit->visitor_type)) }}
{{ $visit->checked_in_at?->format('M j, Y') ?? $visit->scheduled_at?->format('M j, Y g:i A') ?? $visit->created_at->format('M j, Y') }}
No visits recorded.
@endforelse