浏览代码

claims resolver

root 4 年之前
父节点
当前提交
84c431bd1f
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      resources/views/app/patient/claims-resolver.blade.php

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

@@ -21,7 +21,7 @@
             $firstDate = null;
             $lastDate = null;
         ?>
-        <?php foreach($patient->notesAscending as $note): ?>
+        @foreach($patient->notesAscending as $note)
 
             <?php
 
@@ -58,7 +58,7 @@
                 </td>
                 <td></td>
             </tr>
-        <? endforeach; ?>
+        @endforeach
         </tbody>
     </table>
 @endsection