Преглед на файлове

fixed displaying of summary

Josh преди 4 години
родител
ревизия
2355f1b074
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      resources/views/app/patient/note/dashboard.blade.php

+ 1 - 1
resources/views/app/patient/note/dashboard.blade.php

@@ -275,7 +275,7 @@
                             <strong>{{$section->sectionTemplate->title}}</strong>
                             <div>
                                 <h3>Summary</h3>
-                                @include('sections/'.$section->sectionTemplate->internal_name.'/summary')
+                                {!! $section->summary_html !!}
                                 <h3>Edit form</h3>
                                 @include('sections/'.$section->sectionTemplate->internal_name.'/form')
                             </div>