File: D:/HostingSpaces/SBogers101/cranendonckactief.nl/app/storage/views/ea549e558e14cc59bdf635b40fe3b241
<div class="news-block content">
<h4><?php echo $title; ?></h4>
<?php foreach($posts as $key => $post): ?>
<article class="post">
<a href="/<?php echo $post->translation->route->route; ?>">
<div class="date">
<?php echo $post->date->format('d'); ?><br/>
<?php echo $post->date->format('m'); ?>
</div>
<p>
<?php echo $post->translation->name; ?>
</p>
<span class="arrow">
<?php echo $__env->make('svg.arrow', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
</span>
</a>
</article>
<?php endforeach; ?>
</div>