File: D:/HostingSpaces/SBogers93/fitale.nl/app/storage/views/4ad18590a45a9d8c6fd679a29c810bf8
<div class="project-list-item">
<a href="/<?php echo $post->translation->route->route; ?>">
<?php if($post->images->count() > 0): ?>
<div class="image-box">
<img src="<?php echo $post->images->first()->original_image_url; ?>"/>
</div>
<?php endif; ?>
<h2><?php echo $post->translation->title; ?></h2>
<h3><?php echo $post->translation->sub_title; ?></h3>
<div class="description">
<?php echo $post->translation->description; ?>
</div>
</a>
</div>