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/SBogers47/ehbocranendonck.nl/app/storage/views/4b74bbf569c9cc2e4877c7b5ff409261
<?php $__env->startSection('editable_content'); ?>

    <div class="color-wrapper">
        <?php echo $__env->make('layouts.partials.navigation', ['shadow' => true], array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>

        <div class="grid-row default-page-content">


            <div class="content">

                <h1>Sitemap <?php echo Config::get('business.name'); ?></h1>

                <?php /* Generate all sitemap loop for find children except home */ ?>
                <ul class="sitemap-list">
                    <?php foreach($page->findChildren() as $child): ?>
                        <?php if ( ! ($child->code_name == 'home')): ?>

                                <?php echo $__env->make('layouts.partials.sitemapLoop', ['sitemapItem' => $child], array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
                        <?php endif; ?>
                    <?php endforeach; ?>
                </ul>

            </div>

            <div class="images">


            </div>

        </div>

    </div>

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

<?php echo $__env->make('layouts.master', ['view' => 'page'], array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>