Doctor: {{ $prescription->doctor->name }}
Status: {{ ucfirst($prescription->status) }}
Pharmacist: {{ $prescription->pharmacist ? $prescription->pharmacist->name : 'Not assigned' }}
Created at: {{ $prescription->created_at->format('M d, Y H:i') }}
Notes: {{ $prescription->notes }}
@endif| Medication | Dosage | Frequency | Duration | Quantity |
|---|---|---|---|---|
| {{ $item->medication->name }} | {{ $item->dosage }} | {{ $item->frequency }} | {{ $item->duration }} days | {{ $item->quantity }} |