Browse Source

added claims resolver view

unknown 4 years ago
parent
commit
2f5781fe8f
1 changed files with 1 additions and 1 deletions
  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;
             $firstDate = null;
             $lastDate = null;
             $lastDate = null;
         ?>
         ?>
-        <?php foreach($patient->notesAscending as $note) ?>
+        <?php foreach($patient->notesAscending as $note): ?>
 
 
             <?php
             <?php