瀏覽代碼

Merge branch 'dev' of rav.triplestart.com:jmudaka/stagfe2 into dev

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

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

@@ -274,6 +274,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>
@@ -304,6 +307,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