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