File: D:/HostingSpaces/SBogers10/immoginis.komma.pro/app/storage/views/52423e394bef8b24ce6619c9168036e7
<?php $__env->startSection('editable_content'); ?>
<?php echo Form::open(['method' => 'get', 'url' => 'aanbod', 'id' => 'selectForm']); ?>
<?php echo $__env->make('properties.form_offer', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<?php echo $__env->make('layouts.partials.breadcrumb', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<section class="content-container offer-content">
<div class="grid2 type-block">
<div class="placeholder">
</div>
<div class="content">
<div class="header-placeholder">
<h4><?php echo \Illuminate\Support\Facades\Lang::get('translations.filterUw'); ?></h4>
</div>
<?php echo $__env->make('layouts.partials.offerView', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<?php /*<div id="searchLogo">
</div>*/ ?>
</div>
</div>
<div class="grid9 offset-1 result-block">
<?php echo $__env->make('layouts.partials.propertiesOverview', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
</div>
<div class="clear"></div>
</section>
<?php echo Form::close(); ?>
<?php /* <?php if((isset($data->city) && $data->city != null ) || (\Input::has('city') && (\Input::get('city') != '')) ): ?>*/ ?>
<?php echo $__env->make('layouts.partials.mailPopOverview', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<?php /*<?php endif; ?>*/ ?>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('extra-js'); ?>
<script type="text/javascript" src="/js/jquery.selectric.min.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?libraries=places&language=nl&key=<?php echo Config::get('komma.google_api_key'); ?>"></script>
<script type="text/javascript" src="/js/form.js?v=2"></script>
<script type="text/javascript" src="/js/formOffer.js"></script>
<script type="text/javascript" src="/js/propertyDetail.js"></script>
<script type="text/javascript" src="/packages/lazyload.js"></script>
<script type="text/javascript">
$(function(){
$(".lazy").lazyload({
effect: "fadeIn"
});
});
</script>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.base', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>