Samson Mutunga пре 1 година
родитељ
комит
96ac16da60
1 измењених фајлова са 4 додато и 1 уклоњено
  1. 4 1
      resources/views/app/patient/notes.blade.php

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

@@ -308,7 +308,9 @@
                 <th class="border-0 text-secondary">CPT</th>
             @endif
             <th class="border-0 text-secondary">HCP Signed</th>
+            @if($pro->pro_type == 'ADMIN')
             <th class="border-0 text-secondary">Claim ICDs</th>
+            @endif
             @if($pro->pro_type == 'ADMIN')
                 <th class="border-0 text-secondary">Is Bill Closed</th>
             @endif
@@ -382,6 +384,7 @@
                 <td>
                     {!! $note->hcpPro && $note->is_signed_by_hcp ? '<b class="text-success">Yes</b>' : 'No' !!}
                 </td>
+                @if($pro->pro_type == 'ADMIN')
                 <td class="max-width-200px">
                     @if(count($note->reasons()))
                         @foreach ($note->reasons() as $reason)
@@ -391,7 +394,7 @@
                         -
                     @endif
                 </td>
-
+                @endif
                 @if($pro->pro_type == 'ADMIN')
                     <td>{{ $note->is_bill_closed ? 'YES':'NO' }}</td>
                 @endif