Explorar o código

added claims resolver view

unknown %!s(int64=4) %!d(string=hai) anos
pai
achega
e6f1aa219c
Modificáronse 1 ficheiros con 1 adicións e 3 borrados
  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>