Prescription ID: #{{ $prescription->id }}
Date: {{ $prescription->created_at->format('F d, Y') }}
Name: {{ $prescription->case->patient->name ?? 'N/A' }}
Phone: {{ $prescription->case->patient->phone ?? 'N/A' }}
Email: {{ $prescription->case->patient->email ?? 'N/A' }}
Case ID: {{ $prescription->case_id }}
@if($prescription->encounter)Encounter Type: {{ $prescription->encounter->type }}
@endif| # | Medicine Name | Dose | Frequency | Duration |
|---|---|---|---|---|
| {{ $index + 1 }} | {{ $item->medicine_name }} | {{ $item->dose }} | {{ $item->frequency }} | {{ $item->duration }} |
| No medications prescribed | ||||