Procházet zdrojové kódy

updated claims-resolver

unknown před 4 roky
rodič
revize
1abe3b9b2e

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

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