{{$appointment->doctor->doctorDetail->prefix}}. {{$appointment->doctor->name}}
@if($appointment->doctor && $appointment->doctor->doctorSpecialities)
@foreach ($appointment->doctor->doctorSpecialities as $key => $speciality) {{$speciality->speciality->name}}{{count($appointment->doctor->doctorSpecialities) -1 != $key? "," : ''}} @endforeach
@endif
@if($appointment->doctor_clinic_id) {{$appointment->doctorClinic->clinic->name}} | {{$appointment->doctorClinic->clinic->address}}
{{$appointment->doctorClinic->clinic->phone}} {{$appointment->doctorClinic->clinic->email}} @endif
Medicine
Dosage
Duration
Instruction
@if($appointment->getPrescription && $appointment->getPrescription->prescribedMedicine && count($appointment->getPrescription->prescribedMedicine) > 0) @foreach ($appointment->getPrescription->prescribedMedicine as $key => $medicine)
{{$medicine->prescriptionElement->name}}
{{$medicine->per_day}}
{{$medicine->number_of_days}} Day(s)
{{$medicine->is_after_meal ?'After':'Before' }} Meal
@endforeach @endif
@if($appointment->getPrescription->patient_consultation_note)
Consultation Notes :
{{$appointment->getPrescription->patient_consultation_note}}
@endif