{{-- High-Fidelity Header --}}
@if($clinic_logo) @else
{{ $clinic['clinic_name'] ?? 'OPTOCARE' }}
@endif
QUEUE TICKET
{{ $clinic['clinic_address'] ?? '' }}
{{-- Number Section --}}
Queue Number
#{{ str_pad($visit->queue_number, 4, '0', STR_PAD_LEFT) }}
{{ $visit->created_at->format('d M Y') }} • {{ $visit->created_at->format('h:i A') }}
{{-- Personnel Details --}}
PATIENT {{ $patient->full_name }}
ID: #{{ $patient->patient_number }}
Visit Type {{ $visit->visit_type === 'first' ? 'New Patient' : 'Returning Patient' }}
{{-- Instructions / Professional Footer --}}
PLEASE ATTEND WHEN CALLED
Maintain this clinical slip as your identification for the remainder of your visit.
{{-- Clinic Support --}}
{{ $clinic['clinic_phone'] ?? '' }} | {{ $clinic['clinic_website'] ?? '' }}