Ver Fonte

updated claims-resolver

unknown há 4 anos atrás
pai
commit
5f87bbd979

+ 4 - 4
resources/views/app/practice-management/patient-claim-summary.blade.php

@@ -14,7 +14,7 @@
                 <table class="table mb-0 table-sm table-bordered table-striped">
                     <tbody>
                     <tr>
-                        <th class="border-top-0 pl-2" style="width: 250px;">Total notes</th>
+                        <th class="border-top-0 pl-2" style="width: 300px;">Total notes</th>
                         <td class="border-top-0 px-2"  style="width: 100px;">{{$notesTotal}}</td>
                         <td></td>
                     </tr>
@@ -45,12 +45,12 @@
 
 
                     <tr>
-                        <th class="border-top-0 pl-2" style="width: 250px;">Total patients</th>
+                        <th class="border-top-0 pl-2" style="width: 250px;">Total patients w/ notes</th>
                         <td class="border-top-0 px-2"  style="width: 100px;">{{$patientsTotal}}</td>
                         <td></td>
                     </tr>
                     <tr>
-                        <th class="pl-2">Patients with billing closed</th>
+                        <th class="pl-2">Patients with notes & billing closed</th>
                         <td class="px-2">{{$patientsTotalWithBillingClosed}} / {{ $patientsTotal }}</td>
                         <td>
                             <div class="d-flex align-items-center">
@@ -62,7 +62,7 @@
                         </td>
                     </tr>
                     <tr>
-                        <th class="pl-2">Patients with claiming closed</th>
+                        <th class="pl-2">Patients with notes & claiming closed</th>
                         <td class="px-2">{{$patientsTotalWithClaimingClosed}} / {{ $patientsTotal }}</td>
                         <td>
                             <div class="d-flex align-items-center">