浏览代码

updated claims-resolver

unknown 4 年之前
父节点
当前提交
1abe3b9b2e
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      resources/views/app/patient/claims-resolver.blade.php

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