VMS Logo

Staff Check-in

@if($locationName)
Location: {{ $locationName }}
@endif

Please enter your phone number to proceed with check-in.

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