Forráskód Böngészése

Is bill closed column

Samson Mutunga 3 éve
szülő
commit
b799623caa
1 módosított fájl, 6 hozzáadás és 0 törlés
  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>