Explorar o código

updated claims-resolver

unknown %!s(int64=4) %!d(string=hai) anos
pai
achega
fe105e76e2
Modificáronse 1 ficheiros con 10 adicións e 2 borrados
  1. 10 2
      resources/views/app/patient/claims-resolver.blade.php

+ 10 - 2
resources/views/app/patient/claims-resolver.blade.php

@@ -252,10 +252,18 @@
 {{--            <td><div style="max-height: 200px; overflow-y: auto;">{!! $content !!}</div></td>--}}
 
             <td>
-
+                @foreach($note->client->bills as $bill)
+                <div>
+                    {{ $bill->code }}
+                </div>
+                @endforeach
             </td>
             <td>
-
+                @foreach($note->client->claims as $claim)
+                    <div>
+                        {{ $claim->id }}
+                    </div>
+                @endforeach
             </td>
             <td>
                 <div style="max-height: 250px; overflow-y: auto;">