소스 검색

added claims resolver view

unknown 4 년 전
부모
커밋
9fb0431535
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>