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/SBogers100/femmassebv.com/app/storage/views/9c7eaffe0bcb2c8b19962d284ebc2a0d
<?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="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(); ?>