@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($opdPrescription->created_at)) }}
{!! !empty($opdPrescription->header_note) ? nl2br(e($opdPrescription->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') }} |
---|---|---|---|---|
{{ $opdPrescriptionItem->medicineCategory->name }} - {{ $loop->iteration }} | {{ $opdPrescriptionItem->medicine->name }} | {{ $opdPrescriptionItem->dosage }} @if ($opdPrescriptionItem->time == 0) (After Meal) @else (Before Meal) @endif | {{ App\Models\Prescription::DOSE_INTERVAL[$opdPrescriptionItem->dose_interval] ?? 'N\A' }} | {!! !empty($opdPrescriptionItem->instruction) ? nl2br(e($opdPrescriptionItem->instruction)) : __('messages.common.n/a') !!} |