Browse Source

added claims resolver view

unknown 4 năm trước cách đây
mục cha
commit
2f5781fe8f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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