瀏覽代碼

updated claims-resolver

unknown 4 年之前
父節點
當前提交
fe105e76e2
共有 1 個文件被更改,包括 10 次插入2 次删除
  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;">