Эх сурвалжийг харах

Drug eRx PDF - show "instructions" in the PDF

Vijayakrishnan 3 жил өмнө
parent
commit
7938601a4f

+ 3 - 0
resources/views/app/patient/prescriptions/pdf/DRUG.blade.php

@@ -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>
                             @endif