Procházet zdrojové kódy

updated claims-resolver

unknown před 4 roky
rodič
revize
530fd41b76

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

@@ -2,30 +2,32 @@
 
 @section('content')
 
-    <div class="card mb-4">
-        <div class="card-header px-3 py-2 d-flex align-items-center">
-            <strong class="mr-4 d-inline-block">
-                <i class="fas fa-chart-bar"></i>
-                Key numbers
-            </strong>
-        </div>
-        <div class="card-body p-0">
-            <table class="table mb-0 table-sm table-bordered table-striped">
-                <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 class="mcp-theme-1">
+        <div class="card mb-4">
+            <div class="card-header px-3 py-2 d-flex align-items-center">
+                <strong class="mr-4 d-inline-block">
+                    <i class="fas fa-chart-bar"></i>
+                    Key numbers
+                </strong>
+            </div>
+            <div class="card-body p-0">
+                <table class="table mb-0 table-sm table-bordered table-striped">
+                    <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>
     </div>