@php $settingValue = getSettingValue(); @endphp
{{ __('messages.common.address').':' }} {{ $settingValue['hospital_address']['value'] }}
{{ __('messages.user.phone').':' }} {{ $settingValue['hospital_phone']['value'] }}
{{ __('messages.user.email').':' }} {{ $settingValue['hospital_email']['value'] }}
{{ __('messages.common.created_on').':' }} {{ date('jS M, Y H:i', strtotime($ipdPrescription->created_at)) }}
{!! !empty($ipdPrescription->header_note) ? nl2br(e($ipdPrescription->header_note)) : __('messages.common.n/a') !!}
{{ __('messages.ipd_patient_prescription.category_id') }} | {{ __('messages.ipd_patient_prescription.medicine_id') }} | {{ __('messages.ipd_patient_prescription.dosage') }} | {{ __('messages.medicine_bills.dose_interval') }} | {{ __('messages.ipd_patient_prescription.instruction') }} |
---|---|---|---|---|
{{ $ipdPrescriptionItem->medicineCategory->name }} - {{$loop->iteration}} | {{ $ipdPrescriptionItem->medicine->name }} | {{ $ipdPrescriptionItem->dosage }} @if($ipdPrescriptionItem->time == 0) (After Meal) @else (Before Meal) @endif | {{ App\Models\Prescription::DOSE_INTERVAL[$ipdPrescriptionItem->dose_interval] ?? 'N\A' }} | {!! !empty($ipdPrescriptionItem->instruction) ? nl2br(e($ipdPrescriptionItem->instruction)) : __('messages.common.n/a') !!} |