소스 검색

updated billing report

unknown 4 년 전
부모
커밋
daee6113f9
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      resources/views/app/practice-management/billing-report.blade.php

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

@@ -63,13 +63,19 @@
                             {{$row->bill_count}}
                         </td>
                         <td class="text-nowrap border-left-0">
+                            <pre>
                             {{$row->bills}}
+                            </pre>
                         </td>
                         <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