Răsfoiți Sursa

added claims resolver view

unknown 4 ani în urmă
părinte
comite
d521b6033c
1 a modificat fișierele cu 3 adăugiri și 1 ștergeri
  1. 3 1
      resources/views/app/patient/claims-resolver.blade.php

+ 3 - 1
resources/views/app/patient/claims-resolver.blade.php

@@ -5,7 +5,8 @@
     <h1>Here is the story of all the notes, bills, and claims for this patient.</h1>
     <h2>HCP notes signed: {{$hcpSignedNotesCount}}</h2>
     <h2>All Notes:</h2>
-    <table class="table table-bordered table-striped table-condensed">
+    <div style="overflow: auto">
+        <table class="table table-bordered table-striped table-condensed">
         <thead>
         <tr>
             <th>HCP</th>
@@ -114,4 +115,5 @@
 
         </tbody>
     </table>
+    </div>
 @endsection