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/zuiderbos.komma.pro/app/storage/views/9773ce2146a7149e3a2b185a4a01b9d3
<?php $__env->startSection('content'); ?>

    <?php if($section->getSlug() == 'website-config' || $section->getSlug() == 'search-results'): ?>
        <div id="entity" class="entity full-width no-tabs">
            <?php echo $__env->make('kms::partials.entity.index', [
                'slug' => $section->getSlug(),
                'id' => $section->getEntityId(),
                'title' => $section->getTitle().' '.$section->getSubTitle()
            ], array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
        </div>
    <?php else: ?>
        <div id="entities" class="entities" ng-controller="KmsEntities">
            <?php echo $__env->make($section->getListView(), [
                'slug' => $section->getSlug(),
                'id' => $section->getEntityId(),
                'title' => $section->getTitle(),
                'subTitle' => $section->getSubTitle(),
                'entities' => $section->getEntities()
            ], array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
        </div>

        <?php /* Fix maken om te bepalen wanneer deze section wordt getoont */ ?>
        <?php if($section->showEntity): ?>
            <div id="entity" class="entity">
                <?php echo $__env->make($section->getView(), [
                    'slug' => $section->getSlug(),
                    'id' => $section->getEntityId(),
                    'title' => $section->getEntityTitle()
                ], array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
            </div>
        <?php endif; ?>
    <?php endif; ?>

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