Dr. R.S. Ajaiy Dharsaun M.B.B.S., DEM (U.K)., FICM.,
General Physician / Emergency Physician
{{ $history->complaint ?? 'No records' }}
{{ $history->diagnosis ?? 'No records' }}
| SNO | Type | Name | Dosage | Days | Time | Before Food | After Food |
|---|---|---|---|---|---|---|---|
| {{ $key + 1 }} | {{ $medicine->category->name ?? '-' }} | {{ $medicine->product->product_name ?? '-' }} | {{ $medicine->dosage }} | {{ $medicine->days }} Days | {{ $medicine->morning ? 1 : 0 }} - {{ $medicine->lunch ? 1 : 0 }} - {{ $medicine->evening ? 1 : 0 }} - {{ $medicine->dinner ? 1 : 0 }} | @if($medicine->before_food) @else - @endif | @if($medicine->after_food) @else - @endif |