Browse Source

added claims resolver view

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

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

@@ -120,9 +120,7 @@
             <td>
 
                 // output the result of comparing two files as HTML
-                <?php
-                    echo Diff::toHTML(Diff::compare($lastContent, $content));
-                ?>
+                {!! Diff::toHTML(Diff::compare($lastContent, $content)) !!}
             </td>
             <td></td>
         </tr>