Waiting patients and active consultations
@if ($appointment->queue_position) {{ $appointment->queue_position }} @endif {{ $appointment->patient->fullName() }}
{{ $appointment->patient->patient_number }} · {{ $appointment->reason ?? '—' }}
No patients waiting.
@endforelse{{ $appointment->patient->fullName() }}
{{ $appointment->practitioner?->name ?? 'Unassigned' }}
No active consultations.
@endforelse