Parcourir la source

Drug eRx PDF - show "instructions" in the PDF

Vijayakrishnan il y a 3 ans
Parent
commit
7938601a4f
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      resources/views/app/patient/prescriptions/pdf/DRUG.blade.php

+ 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