Преглед на файлове

added claims resolver view

unknown преди 4 години
родител
ревизия
d521b6033c
променени са 1 файла, в които са добавени 3 реда и са изтрити 1 реда
  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