Browse Source

added claims resolver view

unknown 4 năm trước cách đây
mục cha
commit
9fb0431535
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>