| No | Name | NIK | Departemen | Date | In | Out | Time |
|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $checkup->patient->name ?? '-' }} | {{ $checkup->patient->employee_number ?? '-' }} | {{ $checkup->patient->job ?? '-' }} | {{ date_format($checkup->date, 'd/m/Y') ?? '-' }} | {{ $checkup->queuePatient->registration_time ?? '-' }} | {{ $checkup->registration_time_end ?? '-' }} | {{ $diffMinutes ?? '-' }} |