@if($appointment->getPrescription->patient_consultation_note) @endif

{{$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
@if($appointment->getPrescription && $appointment->getPrescription->prescribedMedicine && count($appointment->getPrescription->prescribedMedicine) > 0) @foreach ($appointment->getPrescription->prescribedMedicine as $key => $medicine) @endforeach @endif
 Medicine Dosage Duration Instruction
{{$medicine->prescriptionElement->name}} {{$medicine->per_day}} {{$medicine->number_of_days}} Day(s) {{$medicine->is_after_meal ?'After':'Before' }} Meal

Consultation Notes : {{$appointment->getPrescription->patient_consultation_note}}