Josh 4 лет назад
Родитель
Сommit
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">