Explorar el Código

added claims resolver view

unknown hace 4 años
padre
commit
2f5781fe8f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      resources/views/app/patient/claims-resolver.blade.php

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

@@ -21,7 +21,7 @@
             $firstDate = null;
             $lastDate = null;
         ?>
-        <?php foreach($patient->notesAscending as $note) ?>
+        <?php foreach($patient->notesAscending as $note): ?>
 
             <?php