User / Walk-in Name | Doctor | Date | Time | Reason | Status | Action |
---|---|---|---|---|---|---|
@if($appt->user) {{ $appt->user->name }} @else (Walk-in) {{ $appt->walkin_name }} @endif | {{ $appt->doctor->name }} | {{ $appt->appointment_date }} | {{ $appt->appointment_time }} | {{ $appt->reason ?? '-' }} | {{ $appt->status }} | {{-- Status Update Form --}} {{-- Delete Button --}} |
No appointments found.
@endif