VMS Logo

Visitor Check-in

@if(session('checkin_location_name'))
Checking in at: {{ session('checkin_location_name') }}
@endif

Enter your phone number. If you've visited before, we'll find your profile automatically.

@csrf @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif