Waktu Pelayanan Waktu Pelayanan Laporan Pasien
@forelse ($checkups as $checkup) @empty @endforelse
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 ?? '-' }}
{{ $checkups->links() }}