Search and manage patient records
| Patient | Patient ID | Phone | DOB | Branch | |
|---|---|---|---|---|---|
|
{{ $patient->fullName() }} @if ($patient->national_id)NID: {{ $patient->national_id }} @endif |
{{ $patient->patient_number }} | {{ $patient->phone ?? '—' }} | {{ $patient->date_of_birth?->format('Y-m-d') ?? '—' }} | {{ $patient->branch?->name ?? '—' }} | View |
| No patients found. | |||||