@if (! empty($queueIntegration['enabled']) && $appointment->queue_ticket_number)
@include('care.partials.queue-ticket', [
'ticketNumber' => $appointment->queue_ticket_number,
'ticketStatus' => $appointment->queue_ticket_status,
'showAssignment' => false,
])
@endif
{{ $appointment->patient?->fullName() }}
{{ $appointment->practitioner?->name ?? 'Unassigned' }}
@if ($appointment->visit)
Open
@else
View
@endif
No patients waiting.