@if(!$showAddPatient)
@if($autocomplete['show'])
@forelse ($this->autocomplete['results'] as $patient)
@empty
@endforelse
@endif
@elseif ($this->pasien != null || $this->pasien != '')
| Nomor Rekam Medis | : |
{{ $patient->medical_record_number }} |
| Nama | : |
{{ $patient->name }} |
| Alamat | : |
{{ $patient->address }} |
| Tanggal Lahir / Umur | : |
{{ optional($patient->birthday)->format('d-m-Y') }} / {{ $patient->age }} |
| Nomor Ponsel | : |
{{ $patient->phone_number }} |
| NIK | : |
{{ $patient->id_number }} |
@else
Pasien tidak valid.
@endif