@@ -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