소스 검색

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>
-                @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>