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/SBogers10/rentman.komma.pro/app/storage/views/19e5690fe03cad40c1cf08e1a5e44239
<?php $__env->startSection('sky-content'); ?>
    <h1><?php echo $blocks->get('features_intro')->translation->name; ?></h1>
    <?php echo $blocks->get('features_intro')->translation->description; ?>

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

<?php $__env->startSection('editable_content'); ?>

    <?php echo $__env->make('layouts.partials.skyRow', ['class' => 'full-text feature-intro'], array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>

    <div class="landing-features">
        <div class="landing-features-nav">
            <div class="placeholder">
                <div class="wrapper">
                    <?php foreach($blocks as $block): ?>
                        <?php if($block->view == 'landingsitem'): ?>
                            <p id="<?php echo $block->code_name; ?>-nav"><a class="internalLink"
                                                                 href="#<?php echo $block->code_name; ?>"><span><?php echo $block->translation->navigation_label; ?></span></a>
                            </p>
                        <?php endif; ?>
                    <?php endforeach; ?>
                </div>
            </div>
        </div>

        <?php foreach($blocks as $block): ?>
            <?php if($block->view == 'landingsitem'): ?>
                <?php echo $__env->make('layouts.partials.projects.landingspageItem', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
            <?php endif; ?>
        <?php endforeach; ?>
    </div>

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

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

<?php $__env->startSection('extra-js'); ?>
    <script type="text/javascript" src="/js/featureLanding.js?v=2"></script>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>