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/5b963448df3393a1824f6f9aa7636fc7
<?php $__env->startSection('editable_content'); ?>

    <?php /* If Image is added in KMS (home_slogan) it will show up as hero image */ ?>
    <section class="hero-image streamer" <?php if(isset($page->content->home_slogan) && $page->content->home_slogan->images->count() != 0): ?> style="background-image: url('<?php echo $page->content->home_slogan->images->first()->original_image_url; ?>');" <?php endif; ?>>
        <div class="grid-row">
            <?php if(isset($page->content->home_slogan)): ?>
                <h1><?php echo $page->content->home_slogan->translation->name; ?></h1>
                <h3><?php echo $page->content->home_slogan->translation->description; ?></h3>
            <?php else: ?>
                <h1>Voeg een tekstblok toe met<br/>code_name 'home_slogan'</h1>
                <h3>Titel + Omschrijving + 1 afbeelding. In de titel kan eventueel &lt;br/&gt; gezet<br/>worden om een enter te maken.</h3>
            <?php endif; ?>
        </div>
    </section>

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

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

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

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