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

{{ html_decode($want->title) }}

{{ html_decode($want->cities) }}

{{ html_decode($want->want_type->name) }} - {{ html_decode($want->purpose->name) }}

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

{{ html_decode($want->min_size) }} - {{ html_decode($want->max_size) }}

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

$ {{ $want->min_price }} - $ {{ $want->max_price }}

@endsection