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/immoginis.komma.pro/app/storage/views/58c04672eb2714580df7279fb22ea4da
 <?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(); ?>