Explorar o código

added claims resolver view

unknown %!s(int64=4) %!d(string=hai) anos
pai
achega
d521b6033c
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  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