|
{{ $item->medication_name }}
@if(!empty($item->prescription_no))
{{ $item->prescription_no }}
@endif
|
{{ $item->dose_quantity ?? '—' }}
|
{{ $item->frequency }}
|
{{ $item->duration_value }}
{{ $item->duration_unit }}
|
{{ $item->instructions ?? '—' }}
|
@if(($showStatus ?? false) === true)
{{
str_replace(
'_',
' ',
strtoupper($status)
)
}}
|
@endif
@endforeach