浏览代码

updated billing report

unknown 4 年之前
父节点
当前提交
9ff6a1bd88
共有 1 个文件被更改,包括 3 次插入9 次删除
  1. 3 9
      resources/views/app/practice-management/billing-report.blade.php

+ 3 - 9
resources/views/app/practice-management/billing-report.blade.php

@@ -63,19 +63,13 @@
                             {{$row->bill_count}}
                         </td>
                         <td class="text-nowrap border-left-0">
-                            <pre>
-                            {{$row->bills}}
-                            </pre>
+                            <pre>{{$row->bills}}</pre>
                         </td>
                         <td class="text-nowrap border-left-0">
-                            <pre>
-                            {{$row->icds}}
-                            </pre>
+                            <pre>{{$row->icds}}</pre>
                         </td>
                         <td class="text-nowrap border-left-0">
-                            <pre>
-                            {{$row->claim_lines}}
-                            </pre>
+                            <pre>{{$row->claim_lines}}</pre>
                         </td>
                     </tr>
                 @endforeach