Sfoglia il codice sorgente

added claims resolver view

unknown 4 anni fa
parent
commit
c010117773
1 ha cambiato i file con 6 aggiunte e 1 eliminazioni
  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>