File: D:/HostingSpaces/SBogers26/gripp.nu/app/storage/views/da418077eb8907a6d458ecc776fbf6dd
<?php $__env->startSection('content'); ?> <?php /* <?php if($section->getEntities()): ?> */ ?> <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 $__env->stopSection(); ?>
<?php echo $__env->make('kms::layouts.kms', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>