ソースを参照

added claims resolver view

unknown 4 年 前
コミット
c010117773
1 ファイル変更6 行追加1 行削除
  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>