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/SBogers106/rvt-trainingen.nl/app/storage/views/71b2fa72d12eb752ac65d70f22f04e7e
<?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>


            <?php if(isset($page->content->services)): ?>
                <div class="base-intro-block">
                    <div class="base-content-block <?php if($page->content->services->images->count() != 0): ?> full-row <?php endif; ?>">

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


                    </div>

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

            <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 class="arrow-right">
                            </div>

                        </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(); ?>