Visits

@include('frontdesk.partials.reception-quick-actions', [ 'desktopSchedule' => 'Schedule', 'desktopCheckIn' => 'Check in', 'scheduleLabel' => 'Schedule visit', 'checkInLabel' => 'Check in visitor', ])
@forelse ($visits as $visit) @empty @endforelse
Visitor Host Type Status Time
{{ $visit->visitor->full_name }} {{ $visit->host?->name ?? '—' }} {{ str_replace('_', ' ', $visit->visitor_type) }} {{ str_replace('_', ' ', $visit->status) }} {{ $visit->checked_in_at?->format('M j, g:i A') ?? $visit->scheduled_at?->format('M j, g:i A') ?? $visit->created_at->format('M j, g:i A') }}
No visits yet.
{{ $visits->links() }}