File: D:/HostingSpaces/SBogers10/ridderstee.komma.pro/app/storage/views/3cb654e9681b51ee34ec58ef29a5d382
<article>
<a href="/<?php echo $post->route; ?>">
<figure>
<div class="image-placeholder">
<span style="background-image: url('<?php echo $post->medium_image_url; ?>');"></span>
</div>
</figure>
<div class="content">
<h3><?php echo $post->name; ?></h3>
<span class="date"><?php echo $post->date->format('d / m / Y'); ?></span>
<span class="button">
<?php echo \Illuminate\Support\Facades\Lang::get('translations.showArticle'); ?>
</span>
</div>
</a>
</article>