| No | Tanggal Registrasi | Rekam Medis | Nama Pasien | Alamat | Nomor Ponsel | Jenis Registrasi | |
|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $checkup->date->format('d F Y') ?? '-' }} | {{ optional($checkup->patient)->medical_record_number }} | {{ optional($checkup->patient)->name ?? '-' }} | {{ optional($checkup->patient)->address ?? '-' }} | {{ optional($checkup->patient)->phone_number ?? '-' }} | {{ $checkup->queuePatient->type ?? '-' }} |