@extends('layout') @section('title') {{ $seo_setting->seo_title }} @endsection @section('meta') @endsection @section('frontend-content')

{{ __('user.You can see list or grid view from right side') }}

@if ($setting->live_map == 'yes') @endif
@if (request()->has('top_property')) @endif @if (request()->has('featured_property')) @endif @if (request()->has('urgent_property')) @endif

{{ __('user.Purpose') }}

{{ __('user.City') }}

{{ __('user.Property Type') }}

{{ __('user.Bedrooms') }}

@for ($i = 1; $i <= $max_bed_room; $i++)
@endfor

{{ __('user.Bathrooms') }}

@for ($i = 1; $i <= $max_bath_room; $i++)
@endfor

{{ __('user.Area(m2)') }}

{{ __('user.Price') }}

{{ __('user.Range') }}:

{{ __('user.Others') }}

{{ __('user.Our Agents') }}

@foreach ($slider_agents as $slider_agent)
@if ($slider_agent->image) agent @else agent @endif
@endforeach
@php $price_min_value = 0; $price_max_value = $max_price; if (request()->has('min_price')) { $price_min_value = request()->get('min_price'); } if (request()->has('max_price')) { $price_max_value = request()->get('max_price'); } @endphp @endsection