Schedule and manage patient appointments
| Patient | Scheduled | Practitioner | Type | Status | |
|---|---|---|---|---|---|
|
{{ $appointment->patient->fullName() }} {{ $appointment->patient->patient_number }} |
{{ $appointment->scheduled_at?->format('d M Y H:i') ?? '—' }} | {{ $appointment->practitioner?->name ?? '—' }} | {{ str_replace('_', ' ', $appointment->type) }} | {{ $statuses[$appointment->status] ?? $appointment->status }} | View |
| No appointments found. | |||||