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/44f14b83c85c563c93e8dc8385463217
<div class="hide"> <?php /*<?php echo Form::label('city'); ?> <?php echo Form::text('city', (null !== Input::Segment(2)?\Input::Segment(2):\Input::get('city')),['id'=>'cityField']); ?>*/ ?> <?php echo Form::select('available',['0'=>'Kies beschikbaarheid','1'=>'Beschikbaar', '2'=> 'verhuurd/verkocht'],Input::get('available')); ?> <?php echo Form::submit('Zoeken'); ?> <div id="min_price_get"><?php if(Input::get('min_price')!=null): ?><?php echo Input::get('min_price'); ?><?php else: ?> 0 <?php endif; ?></div> <div id="max_price_get"><?php if(Input::get('max_price')!=null): ?><?php echo Input::get('max_price'); ?><?php else: ?> 0 <?php endif; ?></div> </div> <div class="orange-search"> <div class="content-container"> <div id="locationField"> <span class="search"></span> <?php /*<input id="autocomplete" placeholder="<?php echo \Illuminate\Support\Facades\Lang::get('translations.locationFieldHeader'); ?>" type="text" value="<?php echo (null !== Input::Segment(2)?\Input::Segment(2):\Input::get('city')); ?>"/>*/ ?> <?php /* <?php echo Form::select('city', $cities['sale'], (null !== Input::Segment(2)?\Input::Segment(2):\Input::get('city')), ['id' =>'cityField']); ?>*/ ?> <?php /* <?php echo Form::select('citySet', $citySets, \Input::get('citySet'), ['id' =>'citySetField']); ?>*/ ?> <select id="citySetField" name="citySet"> <?php foreach($citySets as $citySet): ?> <option value="<?php echo $citySet->id; ?>" <?php if(\Input::get('citySet') == $citySet->id): ?> selected <?php endif; ?>><?php echo $citySet->label; ?></option> <?php endforeach; ?> </select> </div> <div id="priceField"> <?php echo Form::select('goal',['0'=> 'Beide','sale'=>'Te Koop', 'rent'=> 'Te Huur'],Input::get('goal'), ['id' =>'goal_property']); ?> <div class="hide"> <span class="before">Van</span><?php echo Form::select('min_price',['0'=>'€ 0','50000'=>'€ 50.000', '100000'=> '€ 100.000', '150000'=> '€ 150.000', '200000'=> '€ 200.000', '250000'=> '€ 250.000', '300000'=> '€ 300.000', '350000'=> '€ 350.000', '400000'=> '€ 400.000', '450000'=> '€ 450.000'],Input::get('min_price'), ['id' =>'min_price']); ?><span class="arrow"></span> <span class="before">Tot</span><?php echo Form::select('max_price',['0'=>trans('translations.noMax'),'50000'=>'€ 50.000', '100000'=> '€ 100.000', '150000'=> '€ 150.000', '200000'=> '€ 200.000', '250000'=> '€ 250.000', '300000'=> '€ 300.000', '350000'=> '€ 350.000', '400000'=> '€ 400.000', '450000'=> '€ 450.000'],Input::get('max_price'), ['id' =>'max_price']); ?><span class="arrow"></span> </div> <div class="clear"></div> </div> <div id="submitButton"> <p><?php echo \Illuminate\Support\Facades\Lang::get('translations.submitButton'); ?></p> </div> <a class="o-free-estimation-button" href="/gratis-schatting"> Gratis schatting </a> </div> </div>