|
@@ -77,7 +77,7 @@ if($coverage) {
|
|
@if(@$item->instructions)
|
|
@if(@$item->instructions)
|
|
<p style="margin: 0.5rem 0;">Instructions: {{ $item->instructions }}</p>
|
|
<p style="margin: 0.5rem 0;">Instructions: {{ $item->instructions }}</p>
|
|
@endif
|
|
@endif
|
|
- @if(@$item->dispense)
|
|
|
|
|
|
+ @if(isset($item->dispense))
|
|
<p style="margin: 0.5rem 0;">Dispense: {{ $item->dispense }}</p>
|
|
<p style="margin: 0.5rem 0;">Dispense: {{ $item->dispense }}</p>
|
|
@endif
|
|
@endif
|
|
@if(@$item->refills)
|
|
@if(@$item->refills)
|