Schedule and check in pre-booked customers.
| Customer | Scheduled | Queue | Status | |
|---|---|---|---|---|
| {{ $appointment->customer_name }} | {{ $appointment->scheduled_at->format('M j, H:i') }} | {{ $appointment->serviceQueue?->name ?? '—' }} | {{ str_replace('_', ' ', $appointment->status) }} | @if ($appointment->status === 'scheduled') Edit @elseif ($appointment->ticket) View ticket @endif |
| No appointments yet. | ||||