Pārlūkot izejas kodu

updated billing report

unknown 4 gadi atpakaļ
vecāks
revīzija
2e0ae2ef54

+ 2 - 6
resources/views/app/practice-management/billing-report.blade.php

@@ -23,10 +23,9 @@
                     <th>Method</th>
                     <th>Billing Closed?</th>
                     <th>Claiming Closed?</th>
-                    <th>Bill Ct.</th>
+                    <th>Claims</th>
                     <th>Bills</th>
                     <th>ICDs</th>
-                    <th>Claims</th>
                 </tr>
                 </thead>
                 <tbody>
@@ -61,7 +60,7 @@
                             {{$row->is_claiming_closed}}
                         </td>
                         <td class="text-nowrap border-left-0">
-                            {{$row->bill_count}}
+                            <pre>{{$row->claim_lines}}</pre>
                         </td>
                         <td class="text-nowrap border-left-0">
                             <pre>{{$row->bills}}</pre>
@@ -69,9 +68,6 @@
                         <td class="text-nowrap border-left-0">
                             <pre>{{$row->icds}}</pre>
                         </td>
-                        <td class="text-nowrap border-left-0">
-                            <pre>{{$row->claim_lines}}</pre>
-                        </td>
                     </tr>
                 @endforeach
                 </tbody>