|
@@ -285,6 +285,9 @@
|
|
@if(!!$note->visitTemplate)
|
|
@if(!!$note->visitTemplate)
|
|
<span class="text-info font-weight-bold">*</span>
|
|
<span class="text-info font-weight-bold">*</span>
|
|
@endif
|
|
@endif
|
|
|
|
+ @if($note->was_cm_setup_performed)
|
|
|
|
+ <i class="fas fa-clipboard-check text-success" title="Care plan was setup on this note."></i>
|
|
|
|
+ @endif
|
|
<span class="ml-1">{{ $note->is_cancelled ? '[cancelled]' : '' }}</span>
|
|
<span class="ml-1">{{ $note->is_cancelled ? '[cancelled]' : '' }}</span>
|
|
</td>
|
|
</td>
|
|
<td>
|
|
<td>
|
|
@@ -315,6 +318,7 @@
|
|
-
|
|
-
|
|
@endif
|
|
@endif
|
|
</td>
|
|
</td>
|
|
|
|
+
|
|
@if($pro->pro_type == 'ADMIN')
|
|
@if($pro->pro_type == 'ADMIN')
|
|
<td>{{ $note->is_bill_closed ? 'YES':'NO' }}</td>
|
|
<td>{{ $note->is_bill_closed ? 'YES':'NO' }}</td>
|
|
@endif
|
|
@endif
|