Jelajahi Sumber

added deductible on the header

= 3 tahun lalu
induk
melakukan
904bb8976c
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      resources/views/app/patient/note/_create-claim.blade.php

+ 2 - 2
resources/views/app/patient/note/_create-claim.blade.php

@@ -1,11 +1,11 @@
 @if($note->is_claim_closed)
     <b class="ml-2 text-info">[CLAIMING CLOSED]</b>
-{{-- @elseif($pro->pro_type === 'ADMIN' && $note->was_cm_setup_performed && $note->cm_setup_manager_signature_status !== 'SIGNED')
+@elseif($pro->pro_type === 'ADMIN' && $note->was_cm_setup_performed && $note->cm_setup_manager_signature_status !== 'SIGNED')
     <span class="mx-2 text-secondary">|</span>
     <span class="text-warning-mellow font-weight-bold">
         <i class="fa fa-exclamation-triangle"></i>
         Please sign off on the comprehensive care plan before creating claims.
-    </span> --}}
+    </span> 
 @else
     <span class="mx-2 text-secondary">|</span>
     <a href="#" onclick="return showStagPopup('create-claim')">Create Claim</a>