@extends('layouts.admin.master') @php $statusOptions = \App\Models\SmartCity\ServiceAppointment::STATUSES; $queueModeOptions = \App\Models\SmartCity\ServiceQueueConfig::QUEUE_MODES; @endphp @section('content')
Vertical booking dan nomor antrian layanan publik yang menumpang pada service catalog, organisasi, notification, dan dashboard warga.
{{ $card['description'] }}
Baca data booking, slot, dan board operator berdasarkan OPD, layanan, tanggal, dan status.
Tracking booking dari publik, member, maupun input manual operator.
| Booking | Layanan | Status | Jadwal | Aksi |
|---|---|---|---|---|
|
{{ $appointment->booking_code }}
{{ $appointment->queue_number }} · {{ $appointment->booker_name }}
|
{{ $appointment->service?->nama ?: '-' }}
{{ $appointment->slot?->config?->location_name ?: '-' }}
|
{{ $appointment->status_label }} | {{ optional($appointment->scheduled_for)->translatedFormat('d M Y H:i') ?: '-' }} | @php($transitions = ['booked' => ['checked_in', 'cancelled', 'no_show'], 'checked_in' => ['called', 'cancelled', 'skipped'], 'called' => ['served', 'skipped', 'no_show'], 'skipped' => ['called', 'cancelled', 'no_show']][$appointment->status] ?? []) @if ($transitions !== []) @else Status final. @endif |
| Belum ada booking atau nomor antrian pada filter ini. | ||||