Peter Muturi пре 3 година
родитељ
комит
d335cc23ae
1 измењених фајлова са 4 додато и 7 уклоњено
  1. 4 7
      resources/views/app/patient/notes.blade.php

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

@@ -134,10 +134,10 @@
                     @if($pro->isDefaultNA())
                     <input type="hidden" name="naProUid" value="{{$pro->uid}}">
                     @endif
-                  
+
                     <input type="hidden" class="form-control form-control-sm" placeholder="title"
                            name="title" id="note-create-title" value="{{count($proVisitTemplates) === 1 ? $proVisitTemplates->first()->title : 'Note'}}">
-                    
+
                     <div class="form-group mb-2">
                         <label for="" class="text-secondary text-sm mb-1">Effective Date *</label>
                         <input type="date" name="effectiveDate" class="form-control" value="{{get_current_date($pro->display_timezone)}}">
@@ -278,12 +278,9 @@
                         <span class="text-info font-weight-bold">*</span>
                     @endif
                     @if($note->was_cm_setup_performed)
-                        <i class="fas fa-clipboard-check text-success" title="Care plan was setup on this note."></i> 
+                        <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>
-                    @if($note->is_flagged_for_supervising_physician_review)
-                        <span class="mx-2"><i class="fas fa-flag text-danger" title="Flagged for review"></i></span>
-                    @endif
                 </td>
                 <td>
                     {{ $note->new_or_fu_or_na === 'NEW' ? 'New' : 'Follow-up' }}
@@ -313,7 +310,7 @@
                         -
                     @endif
                 </td>
-               
+
                 @if($pro->pro_type == 'ADMIN')
                     <td>{{ $note->is_bill_closed ? 'YES':'NO' }}</td>
                 @endif