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>