File: D:/HostingSpaces/SBogers84/zuiderbos.nl/app/storage/views/115c3c91cf8451277d2b965703884c54
<?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(); ?>