{{ __('common.today') }}
{{ now()->format('d M Y') }}
{{ __('dashboard.queue_total_completed', ['total' => $this->total, 'completed' => $this->completed]) }}

{{ __('appointment.queue') }}

@forelse ($this->appointments as $appointment) @empty @endforelse
{{ __('appointment.serial') }} {{ __('patient.name') }} {{ __('common.status') }} {{ __('common.actions') }}
{{ str_pad((string) $appointment->serial_number, 2, '0', STR_PAD_LEFT) }} {{ $appointment->patient_name }} {{ $appointment->status }}
{{ __('appointment.no_queue_items') }}