@extends('site.layouts.master') @section('title') @lang('site.Where I Can Live') @endsection @php $seo = SEO\Models\Page::where('path',URL::full())->first(); @endphp @section('metatags') @if(!empty($seo)) @endif @endsection @php if (isset($_COOKIE['windowWidth'])) { $windowWidth = $_COOKIE['windowWidth']; $sm = $windowWidth < 992; } else { $sm = false; // Default value if cookie is not set } @endphp @section('content')
@if($sm == false)

@lang("site.We'll show you all the areas that meet your needs")

@endif
@if($sm)

@lang("site.We'll show you all the areas that meet your needs")

@endif

@lang('site.I want to be near....')

@lang('site.property_type')*

@if ($errors->wheretolive->has('property_type_id')) {{ $errors->wheretolive->first('property_type_id') }} @endif

@lang('site.area')*

@if ($errors->wheretolive->has('location')) {{ $errors->wheretolive->first('location') }} @endif

@lang('site.min_number_of_bedrooms')

@lang('site.want to be there with in....')

@lang('site.Property_For')

@if ($errors->wheretolive->has('property_for')) {{ $errors->wheretolive->first('property_for') }} @endif

@lang('site.max price')

@endsection @section('script') @endsection