{{ session('success') }}
@endif @if (session('error')){{ session('error') }}
@endif @if ($currentTicket)Current customer
{{ $currentTicket->ticket_number }}
{{ $currentTicket->serviceQueue?->name }}
{{ $currentTicket->customer_name ?: 'Walk-in customer' }}
No active customer
Call the next waiting ticket from a queue below.
{{ count($waitingByQueue[$queue->id] ?? []) }} waiting