{{ $statuses[$appointment->status] ?? $appointment->status }}
{{ $appointment->scheduled_at?->format('d M Y H:i') ?? 'Walk-in' }} @if ($appointment->practitioner) · {{ $appointment->practitioner->name }} @endif