瀏覽代碼

Drug eRx PDF - show "instructions" in the PDF

Vijayakrishnan 3 年之前
父節點
當前提交
7938601a4f
共有 1 個文件被更改,包括 3 次插入0 次删除
  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