@php
$visitorTypeCards = collect($visitorTypes)
->map(fn ($label, $key) => ['key' => $key, 'label' => $label])
->values();
@endphp
Visitor Check-in · {{ $organization->name }}
@include('partials.favicon')
@vite(['resources/css/app.css', 'resources/js/app.js'])
@include('frontdesk.partials.kiosk-brand')
{{-- Welcome --}}
Visitor check-in
Welcome to {{ $organization->name }}
{{-- Visitor type carousel --}}
{{-- Multi-step check-in form --}}
{{-- Done --}}