| {{ __('Medicine') }} | {{ __('Dosage') }} | {{ __('Frequency') }} | {{ __('admin.prescriptions.dose_duration') }} | {{ __('admin.prescriptions.treatment_duration') }} | {{ __('Instructions') }} |
|---|---|---|---|---|---|
| {{ $item->medicine_name }} | {{ $item->dosage ?: '-' }} | {{ $item->frequency ?: '-' }} | {{ $item->dose_duration ?: '-' }} | {{ $item->treatment_duration ?: ($item->duration ?: '-') }} | {{ $item->instructions ?: '-' }} |
| {{ __('No medicines prescribed') }} | |||||
{{ $prescription->notes }}