{{ $statuses[$prescription->status] ?? $prescription->status }}
{{ $prescription->created_at->format('d M Y H:i') }}
{{ $item->name }} @if ($item->is_procedure)(procedure)@endif
@if ($item->dosage) {{ $item->dosage }} @endif @if ($item->frequency) · {{ $item->frequency }} @endif @if ($item->duration) · {{ $item->duration }} @endif @if ($item->route) · {{ $routes[$item->route] ?? $item->route }} @endif @if ($item->quantity) · Qty: {{ $item->quantity }} @endif
@if ($item->instructions){{ $item->instructions }}
@endif{{ $prescription->notes }}
@endif