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/3827450f11865bcc79179c321d749b59
<div class="header-placeholder"> <h2><?php echo sizeof($properties); ?> <?php echo \Illuminate\Support\Facades\Lang::get('translations.results'); ?> <?php if(Input::get('city') != ''): ?> <?php echo \Illuminate\Support\Facades\Lang::get('translations.in'); ?> <span><?php echo ucfirst(Input::get('city')); ?></span> <?php endif; ?> </h2> </div> <div class="properties"> <?php
    $firstItems = 0;
    ?>
 <?php foreach($properties as $property): ?> <?php $firstItems++; ?>
 <?php if($property->type == 'Project'): ?> <?php echo $__env->make('layouts.partials.propertiesOverviewProjectItem', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <?php else: ?> <?php /* Else default overview item */ ?> <?php echo $__env->make('layouts.partials.propertiesOverviewItem', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <?php endif; ?> <?php endforeach; ?> </div>