@@ -70,6 +70,9 @@
@if(@$item->frequency)
<p style="margin: 0.5rem 0;">Frequency: {{ $item->frequency }}</p>
@endif
+ @if(@$item->instructions)
+ <p style="margin: 0.5rem 0;">Instructions: {{ $item->instructions }}</p>
+ @endif
@if(@$item->dispense)
<p style="margin: 0.5rem 0;">Dispense: {{ $item->dispense }}</p>