소스 검색

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">