Jelajahi Sumber

updated claims-resolver

unknown 4 tahun lalu
induk
melakukan
6a8f1fe0bd
1 mengubah file dengan 5 tambahan dan 2 penghapusan
  1. 5 2
      resources/views/app/patient/claims-resolver.blade.php

+ 5 - 2
resources/views/app/patient/claims-resolver.blade.php

@@ -72,10 +72,11 @@
 {{--            <th>Loop check</th>--}}
             <th>Signed By HCP?</th>
 {{--            <th>Content</th>--}}
+            <th>Bills</th>
+            <th>Claims</th>
             <th>
                 Difference
             </th>
-            <th></th>
         </tr>
         </thead>
         <tbody style="overflow-y: auto; max-height: 500px;">
@@ -159,12 +160,14 @@
                 {{ $note->is_signed_by_hcp }}
             </td>
 {{--            <td><div style="max-height: 200px; overflow-y: auto;">{!! $content !!}</div></td>--}}
+
+            <td>Bills HERE</td>
+            <td>Claims HERE</td>
             <td>
                 <div style="max-height: 250px; overflow-y: auto;">
                     <?php echo Diff::toTable(Diff::compare($lastContentText, $contentText)) ?>
                 </div>
             </td>
-            <td></td>
         </tr>
         <?php
                 $loopLastDateSeenByHcpMap[$note->hcpPro->id] = $d;