瀏覽代碼

Is bill closed column

Samson Mutunga 3 年之前
父節點
當前提交
b799623caa
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      resources/views/app/patient/notes.blade.php

+ 6 - 0
resources/views/app/patient/notes.blade.php

@@ -254,6 +254,9 @@
             @endif
             <th class="border-0 text-secondary">HCP Signed</th>
             <th class="border-0 text-secondary">ICDs</th>
+            @if($pro->pro_type == 'ADMIN')
+                <th class="border-0 text-secondary">Is Bill Closed</th>
+            @endif
             <th class="border-0 text-secondary">&nbsp;</th>
             <th class="border-0 text-secondary">Actions</th>
         </tr>
@@ -312,6 +315,9 @@
                         -
                     @endif
                 </td>
+                @if($pro->pro_type == 'ADMIN')
+                    <td>{{ $note->is_bill_closed ? 'YES':'NO' }}</td>
+                @endif
                 <td>
                     <div class="position-relative c-pointer text-center stag-tooltip">
                         <i class="fa fa-info-circle"></i>