{{-- Extends layout --}} @extends('layout.default') {{-- Content --}} @section('content') @if($user_type == 1) @endif
Select Postcode
@foreach ($userOutcodes as $oc)
{{$oc}}
@endforeach
Postcode
Property Number
Address
Price
Listed Date
Estate Agents
Type
Action
Filters
Post code:
{!! Form::select('postcode', $post_code , '', ['class' => 'form-control', 'id' => 'filter_postcode_property', 'placeholder' => 'Full Post Code']) !!}
Type:
Type
@foreach($property as $code)
{{ucfirst($code->property_type)}}
@endforeach
Platform:
Select Platform
Rightmove
Zoopla
Date from:
Date to:
@endsection {{-- Styles Section --}} @section('styles')
@endsection {{-- Scripts Section --}} @section('scripts') {{-- vendors --}} {{-- page scripts --}}