File: D:/HostingSpaces/SBogers104/angeliekly.nl/app/storage/views/3ec8b68ff032d79d045561aa9a73f03a
<?php $__env->startSection('content'); ?> <?php /* <?php if($section->getEntities()): ?> */ ?> <?php if($section->getSlug() != 'website-config'): ?> <div id="entities" class="entities" ng-controller="KmsEntities"> <?php echo $__env->make('kms::partials.entities.index', [ '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 /* <?php endif; ?> */ ?> <?php /* Fix maken om te bepalen wanneer deze section wordt getoont */ ?> <?php if($section->showEntity): ?> <div id="entity" class="entity"> <?php echo $__env->make('kms::partials.entity.index', [ 'slug' => $section->getSlug(), 'id' => $section->getEntityId(), 'title' => $section->getEntityTitle() ], array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> </div> <?php endif; ?> <?php else: ?> <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 endif; ?> <?php $__env->stopSection(); ?>
<?php echo $__env->make('kms::layouts.kms', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>