Browse Source

updated claims-resolver

unknown 4 years ago
parent
commit
fe105e76e2
1 changed files with 10 additions and 2 deletions
  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;">