Explorar o código

added claims resolver view

unknown %!s(int64=4) %!d(string=hai) anos
pai
achega
c010117773
Modificáronse 1 ficheiros con 6 adicións e 1 borrados
  1. 6 1
      resources/views/app/patient/claims-resolver.blade.php

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

@@ -85,7 +85,12 @@
                 {{ $note->is_signed_by_hcp }}
             </td>
             <td>
-                CONTENT WILL GO HERE
+                <div>
+                    @foreach($note->sections as $section)
+                        $section->summary_html
+                    @endforeach
+                        <hr>
+                </div>
             </td>
             <td></td>
         </tr>