@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 (request()->has('top_property')) @endif @if (request()->has('featured_property')) @endif @if (request()->has('urgent_property')) @endif

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

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

{{__('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')}}

@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