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

updated claims-resolver

unknown преди 4 години
родител
ревизия
a4eafe3fb5
променени са 1 файла, в които са добавени 7 реда и са изтрити 1 реда
  1. 7 1
      resources/views/app/patient/claims-resolver.blade.php

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

@@ -252,9 +252,15 @@
 {{--            <td><div style="max-height: 200px; overflow-y: auto;">{!! $content !!}</div></td>--}}
 
             <td>
-                @foreach($note->bills as $bill)
                 <div>
+                    <table>
+                @foreach($note->bills as $bill)
+                        <tr>
+                            <td>{{$bill->code}}</td>
+                            <td>{{$bill->units}}</td>
+                        </tr>
                     {{ $bill->code }}
+                    </table>
                 </div>
                 @endforeach
             </td>