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/SBogers33/broosensterck.nl/app/storage/views/6d2994ab4383334ca69e714ae85e17f9
<?php $__env->startSection('editable_content'); ?>

    <div class="color-wrapper">

        <?php echo $__env->make('layouts.partials.navigation', ['shadow' => true], array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>

        <section class="reference-row">
            <div class="grid-row">
                <h1><?php echo $page->translation->name; ?></h1>
                <div class="overview">
                    <?php foreach($references as $reference): ?>
                        <article class="reference">
                            <?php if(isset($reference->images[0])): ?>
                                <div class="icon">
                                    <figure>
                                        <img alt="logo" src="<?php echo $reference->images[0]->small_image_url; ?>" />
                                    </figure>
                                </div>
                            <?php endif; ?>
                            <div class="content <?php if(!isset($reference->images[0])): ?> full <?php endif; ?>">
                                <h3><?php echo $reference->name; ?></h3>
                                <?php echo $reference->translation->description; ?>

                            </div>
                            <?php /*<span class="date"><?php echo \Carbon\Carbon::parse($reference->date)->format('d / m / y'); ?></span>*/ ?>
                        </article>
                    <?php endforeach; ?>
                </div>
            </div>
        </section>

    </div>








<?php $__env->stopSection(); ?>

<?php echo $__env->make('layouts.master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>