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/aec999b355f56014bcdfc06953443cda
<?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>

            <h3 class="sitemap-title"><?php echo $page->translation->name; ?></h3>
            <ul id="sitemap">
                <?php foreach($page->sitemap as $url): ?>
                    <li>
                        <a href="<?php if($url['route']!='/'): ?>/<?php endif; ?><?php echo $url['route']; ?>"><?php echo $url['name']; ?></a>
                    </li>
                <?php endforeach; ?>
            </ul>
        </div>
    </div>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>