unknown 4 лет назад
Родитель
Сommit
4e1bd5c94d

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

@@ -2,7 +2,33 @@
 
 @section('content')
 
-    <h2>Notes: {{$notesTotal}}</h2>
+    <div class="card mb-4">
+        <div class="card-header pl-2">
+            <strong>
+                Key Numbers
+            </strong>
+        </div>
+        <div class="card-body p-0">
+            <table class="table mb-0">
+                <tbody>
+                <tr>
+                    <th class="border-top-0 px-2 text-center">{{$notesTotal}}</th>
+                    <th class="border-top-0 pl-2">Total notes</th>
+                </tr>
+                <tr>
+                    <th class="px-2 text-center">{{$notesTotalWithBillingClosed}}</th>
+                    <th class="pl-2">Total notes with billing closed</th>
+                </tr>
+                <tr>
+                    <th class="px-2 text-center">{{$notesTotalWithClaimingClosed}}</th>
+                    <th class="pl-2">Total notes with claiming closed</th>
+                </tr>
+                </tbody>
+            </table>
+        </div>
+    </div>
+
+    <h2>Notes: </h2>
     <h2>Notes with Billing Closed:{{$notesTotalWithBillingClosed}}</h2>
     <h2>Notes with Claiming Closed: {{$notesTotalWithClaimingClosed}}</h2>