{{ $statuses[$appointment->status] ?? $appointment->status }}
{{ $appointment->scheduled_at?->format('d M Y H:i') ?? 'Walk-in' }} @if ($appointment->practitioner) · {{ $appointment->practitioner->name }} @endif
Patient journey
{{ $currentAdvance->isBlocked() ? 'Blocked — financial clearance required' : 'Ready for service' }}
@endif @if ($currentObligation){{ $currentObligation->label }} · {{ config('care.billing.currency') }} {{ number_format($currentObligation->amount_minor / 100, 2) }} · {{ ucfirst($currentObligation->status) }}
@endif