소스 검색

updated claims-resolver

unknown 4 년 전
부모
커밋
36dafcc403
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      resources/views/app/practice-management/patient-claim-summary.blade.php

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

@@ -20,7 +20,7 @@
                     </tr>
                     <tr>
                         <th class="pl-2">Total notes with billing closed</th>
-                        <td class="px-2 text-center">{{$notesTotalWithBillingClosed}} / {{ $notesTotal }}</td>
+                        <td class="px-2">{{$notesTotalWithBillingClosed}} / {{ $notesTotal }}</td>
                         <td>
                             <div class="d-flex align-items-center">
                                 <span class="fill-percent-value">{{round(($notesTotalWithBillingClosed) *100/ $notesTotal, 1)}}%</span>
@@ -32,7 +32,7 @@
                     </tr>
                     <tr>
                         <th class="pl-2">Total notes with claiming closed</th>
-                        <td class="px-2 text-center">{{$notesTotalWithClaimingClosed}}</td>
+                        <td class="px-2">{{$notesTotalWithClaimingClosed}} / {{ $notesTotal }}</td>
                         <td>
                             <div class="d-flex align-items-center">
                                 <span class="fill-percent-value">{{round(($notesTotalWithClaimingClosed) *100/ $notesTotal, 1)}}%</span>