| Name | {{ $appointment->patient->name }} |
|---|---|
| Gender | {{ $appointment->patient->gender }} |
| Blood Group | {{ $appointment->patient->blood_group ?? 'Unknown' }} |
| Doctor Name | {{ $appointment->doctor->name }} |
|---|---|
| Appointment Type | {{ $appointment->appointment_type->display_name }} |
| Date | {{ date('d-m-Y', strtotime($appointment->date)) }} |
| Time | {{ $appointment->time }} |
| No | Name | Value |
|---|---|---|
| {{ $patient_health->id ?? ' ' }} | {{ strip_tags($patient_health->healths->name) ?? ' ' }} | {{ $patient_health->value ?? ' ' }} |
No diseases listed.
@endif| No | Name | Description |
|---|---|---|
| {{ $disease->id ?? ' ' }} | {{ $disease->name ?? ' ' }} | {{ strip_tags($disease->description) ?? '' }} |
No diseases listed.
@endif| Name | Description |
|---|---|
| {{ $test->name ?? ' ' }} | {{ strip_tags($test->description) ?? '' }} |
No tests listed.
@endif| ID | Name | Dosage | Frequency | Last Updated |
|---|---|---|---|---|
| {{ $medicine->id ?? ' ' }} | {{ $medicine->name ?? ' ' }} | {{ $medicine->dosage ?? ' ' }} | {{ $medicine->frequency ?? ' ' }} | {{ $medicine->updated_at ?? ' ' }} |
No medicines listed.
@endif{{ $appointment['additional_info'] }}