| Nama | : | {{ $this->doctor->name ?? '-' }} |
| Alamat Surel (email) | : | {{ $this->doctor->email ?? '-' }} |
| Nomor Ponsel | : | {{ $this->doctor->phone_number ?? '-' }} |
| Tempat Lahir | : | {{ $this->doctor->birth_place ?? '-' }} |
| Tanggal Lahir | : | {{ optional($this->doctor->birthday)->format('d-m-Y') }} |
| Jenis Kelamin | : | {{ $this->doctor->gender ?? '-' }} |
| Jenis Dokter | : | {{ $this->doctor->type ?? '-' }} |
| Poli | : | {{ $this->doctor->polyclinic->name ?? '-' }} |
| Alamat | : | {{ $this->doctor->address ?? '-' }} |
| Surat Izin Dokter | : | {{ $this->doctor->license ?? '-' }} |
| Surat Izin Praktek | : | {{ $this->doctor->practice_license ?? '-' }} |
| Nama Lengkap | Nomor Rekam Medis | Nomor Ponsel | Umur | Alamat | |
|---|---|---|---|---|---|
|
{{ $patient->name ?? '-' }}
|
{{ $patient->medical_record_number ?? '-' }} | {{ $patient->phone_number ?? '-' }} | {{ $patient->age ?? '-' }} | {{ $patient->address ?? '-' }} | Pasien Belum Ada | @endforelse |