| Nomor Registrasi | : | {{ $this->queuePatient->registration_number ?? '-' }} |
| Nomor Rekam Medis | : | {{ $this->patient->medical_record_number ?? '-' }} |
| Nama | : |
|
| Alamat | : | {{ $this->patient->address ?? '-' }} |
| Jenis Kelamin | : | {{ $this->patient->gender ?? '-' }} |
| Tanggal Periksa | : | {{ optional($this->queuePatient->date)->format('d-m-Y') ?? '-' }} |
| Tanggal Lahir / Umur | : | {{ optional($this->patient->birthday)->format('d-m-Y') ?? '-' }} / {{ $this->patient->age ?? '-' }} |
| Nomor Ponsel | : | {{ $this->patient->phone_number ?? '-' }} |
| NIK | : | {{ $this->patient->id_number ?? '-' }} |
| Jenis Pasien | : | {{ $this->patient->type ?? '-' }} |