瀏覽代碼

fixed notes

Josh 4 年之前
父節點
當前提交
5863b9c87c
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      resources/views/app/patient/notes.blade.php

+ 5 - 0
resources/views/app/patient/notes.blade.php

@@ -138,6 +138,11 @@
                         }
                         ?>
                         {!! $textContent !!}
+                        @foreach($note->sections as $section)
+                        <div p-2>
+                            {!! $section->summary_html !!}
+                        </div>
+                        @endforeach
                     </td>
                     <td class="px-2">
                         <a href="/patients/view/{{ $patient->uid }}/notes/view/{{ $note->uid }}" class="font-weight-bold">