@extends('layouts.app') @section('title', 'Prescription') @section('content')
| # | Medication | Dosage | Frequency | Duration |
|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $item->drug_name }}@if($item->instructions) {{ $item->instructions }} @endif |
{{ $item->dosage ?: '—' }} | {{ $item->frequency ?: '—' }} | {{ $item->duration ?: '—' }} |
| No medications listed. | ||||
{{ $prescription->advice }}