Parcourir la source

added claims resolver view

unknown il y a 4 ans
Parent
commit
f33726eb7c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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>