Ver Fonte

fixed notes

Josh há 4 anos atrás
pai
commit
5863b9c87c
1 ficheiros alterados com 5 adições e 0 exclusões
  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">