|
@@ -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>
|