@extends("app") @section('head_title', 'Properties For Sale | '.getcong('site_name') ) @section('head_url', Request::url()) @section("content")

Properties For Sale

The City of the Future

LUXHABITAT features many excellent luxury Dubai properties for sale. These homes are designed and created with some of the best materials sourced from all around the world.

The properties for sale that are available in the Dubai market are beautifully made and emphasise the luxury lifestyle that Dubai exudes. Our expert luxury sales specialists can guide you through the whole process from start to finish.

Send Enquiry
@foreach($properties as $i => $property)
@if($property->featured_property==1)Featured@endif Image of Property {{getcong('currency_sign').' '.$property->price}}
{{ str_limit($property->property_name,35) }}
{{ str_limit($property->address,40) }}
{!! str_limit($property->description,100) !!}
{{$property->land_area}}
m2
{{$property->bedrooms}}
bed
{{$property->bathrooms}}
bath
More
@endforeach
@include('_particles.pagination', ['paginator' => $properties])
@endsection