| Medication | Requested Dosage | Requested Quantity |
|---|---|---|
|
@if($item->isCustomMedication())
{{ $item->custom_medication_name }}
@if($item->custom_medication_details)
{{ $item->custom_medication_details }}
@endif
@else
{{ $item->medication->name }}
{{ $item->medication->generic_name }} -
{{ $item->medication->strength }} {{ $item->medication->dosage_form }}
@endif
|
{{ $item->requested_dosage ?: 'Not specified' }} | {{ $item->requested_quantity ?: 'Not specified' }} |