@extends('layouts.app') @section('title', 'Walk-in Check-in') @section('content')
Walk-in patient | no prior appointment. This will create a visit and add them to the queue immediately.
@csrf

Patient not found? Register new patient first

{{-- Lab and Radiology excluded — walk-ins for those services use the Queue page's Start New Visit modal, which routes them through the direct encounter flow. --}}
{{-- Clinical roles only (Clinician / Nurse / Triage Nurse / Dental User), via the standard partial. --}}
Cancel
@endsection