Browse Source

added claims resolver view

unknown 4 năm trước cách đây
mục cha
commit
f33726eb7c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      resources/views/app/patient/claims-resolver.blade.php

+ 1 - 1
resources/views/app/patient/claims-resolver.blade.php

@@ -87,7 +87,7 @@
             <td>
                 <div>
                     @foreach($note->sections as $section)
-                        $section->summary_html
+                        {{!! $section->summary_html !!}}
                     @endforeach
                         <hr>
                 </div>