HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
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>