{{-- Prescription print page. Rendered as HTML (NOT DomPDF) because the browser shapes Arabic glyphs correctly and applies the bidi algorithm — DomPDF doesn't, which is why letters were appearing in isolated/reversed form. Users print to PDF via the native browser dialog (Ctrl+P → "Save as PDF") which produces clean output. --}}
| # | الدواء | الجرعة | التكرار | المدة | تعليمات |
|---|---|---|---|---|---|
| {{ $i + 1 }} | {{ $item->medication_name }} @if($item->strength) {{ $item->strength }} @endif | {{ $item->dosage }} | {{ $item->frequency }} | {{ $item->duration }} | {{ $item->instructions }} |