Quellcode durchsuchen

claims resolver

root vor 4 Jahren
Ursprung
Commit
84c431bd1f
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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