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/jacques-hein/jacques-hein.nl/app/storage/views/31aecc962b0dd5b99e7b82a2cad6da2b
<?php $__env->startSection('editable_content'); ?>

    <div class="header-background">

        <div class="content-container">

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

            <div class="base-breadcrumb">
                <?php echo $__env->make('layouts.partials.breadcrumb', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
            </div>

            <div class="base-intro-block <?php if(isset($page->content->services_introduction)): ?> services-intro-block <?php endif; ?>">
                <?php if(isset($page->content->services_introduction)): ?>
                    <div class="base-image-block services-image-block">
                        <?php if($page->content->services_introduction->images->count() != 0): ?>
                            <div class="base-image group-image"
                                 style="background-image: url('<?php echo $page->content->services_introduction->images->first()->large_image_url; ?>')"></div>
                        <?php endif; ?>
                    </div>

                    <div class="base-content-block services-content-block">

                        <h2><?php echo $page->content->services_introduction->translation->name; ?></h2>
                        <?php echo $page->content->services_introduction->translation->description; ?>


                    </div>
                <?php endif; ?>

            </div>

            <div class="latest-posts">
                <?php foreach($services as $service): ?>
                    <div class="post-block button-linking" data-href="/<?php echo $service->translation->route->route; ?>">

                        <div class="post-image" style=" <?php if($service->images->count() != 0): ?> background-image: url('<?php echo $service->images->first()->medium_image_url; ?>') <?php endif; ?>">
                        </div>

                        <div class="post-intro">

                            <h2><?php echo $service->translation->name; ?></h2>
                            <h4><?php echo $service->translation->sub_title; ?></h4>

                        </div>

                    </div>
                <?php endforeach; ?>
            </div>

        </div>

    </div>

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

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