{{-- HEADER --}} @include('partials.adminHeader') {{-- SIDE NAVIGATION BAR --}}
× Dashboard Appointments Patient's Record Reports Maintenance Inventory Help About Logout

Schedule Appointment

{{-- Displaying validation errors --}} @if ($errors->any())
@endif {{-- Appointment creation form --}}
@csrf
{{-- Admin-only patient selection --}} @if (auth()->user()->type == 'admin')
@endif
{{-- Back button --}} Back