{{ $patient->first_name . ' ' . $patient->second_name }}

AFN {{ $patient->new_id }}

BFN {{ $patient->new_branch_id }}

Date

@if (count($patient->prescriptions) > 0)

{{ $patient->prescriptions[0]->date }}

@endif

النسخة الالكترونية

R /

{{-- --}} @if (count($patient->prescriptions) > 0) @foreach ($patient->prescriptions[0]->medicines as $item) @endforeach @endif
اسم الدواء التفاصيل
- {{ $item->medicinescats->name }} @if($item->qty > 1) {{ $item->qty }} @endif {{ $item->medicine_type->name }} {{ $item->dose->name }} @if($item->med_duration_id > 1) لمدة {{ $item->duration->name }} @endif
@if (count($patient->prescriptions) > 0) @if($patient->prescriptions[0]->appointment) @if($patient->prescriptions[0]->appointment->doctor)

Responsible Doctor: {{ $patient->prescriptions[0]->appointment->doctor->first_name }}

@endif @endif @endif