瀏覽代碼

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