File: D:/HostingSpaces/SBogers93/fitale.nl/app/storage/views/16b9b93524707abc6b53b27d2ad220ef
<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>