Badge verification

Scan or enter a badge code / QR token

@csrf
@isset($lookup) @if ($visit)

{{ $visit->visitor->full_name }}

{{ ucfirst(str_replace('_', ' ', $visit->visitor_type)) }} · {{ $visit->host?->name }}

@if ($visit->isInside() && ! $visit->isBadgeExpired()) Valid @elseif ($visit->isInside() && $visit->isBadgeExpired()) Expired badge @else {{ str_replace('_', ' ', $visit->status) }} @endif
Badge
{{ $visit->badge_code }}
Checked in
{{ $visit->checked_in_at?->format('M j, Y g:i A') ?? '—' }}
Expires
{{ $visit->badge_expires_at?->format('g:i A') ?? '—' }}
Branch
{{ $visit->branch?->name ?? '—' }}
Watchlist
{{ str_replace('_', ' ', $visit->visitor->watchlist_status) }}
View full visit record
@else

No matching visit found for “{{ $lookup }}”.

@endif @endisset