{{-- Extends layout --}} @extends('layout.default') {{-- Content --}} @section('content')
Select Status
Contacted
Do Not Contact
Letter Sent
Update Status
Select Postcode
@foreach ($userOutcodes as $oc)
{{$oc}}
@endforeach
Export as CSV
Select All
Postcode
Address
Price
List Date
Withdrawn Date
Estate Agents
Type
Platform
Status
Filters
Post code:
PostCode
@foreach($post_code as $code)
{{$code->postcode}}
@endforeach
Type:
Type
@foreach($property as $code)
{{ucfirst($code->property_type)}}
@endforeach
Status:
Select Status
Contacted
Do Not Contact
Letter Sent
Estate Agent:
Select Agent
@foreach($agency as $agent)
{{$agent->name}}
@endforeach
Platform:
Select Platform
Rightmove
Zoopla
Date from:
Date to:
@endsection {{-- Styles Section --}} @section('styles')
@endsection {{-- Scripts Section --}} @section('scripts') {{-- vendors --}} {{-- page scripts --}}