@extends('layouts.app') @section('contentSection') @include('inc.purpose-banners', [ 'purpose' => 'Off Plan-Resale', 'pt' => '', 'title' => 'Property For Off Plan-Resale', 'sub_title' => 'Our real estate company has exclusive off-plan resale listings that are perfect for international clients.', ])

Property for Off-Plan Resale

@foreach (App\Models\Attribute::whereType('city')->get() as $key => $city)
@php $listings = \App\Models\Listing::where('status', 1) ->where('purpose_id', 8652) ->where('city_id', $city->id) ->paginate(3); @endphp
@if (count($listings) > 0) @include('inc.listings', ['listings' => $listings]) @else

No Properties Found.

@endif
@if ($listings->hasMorePages())
@endif
@endforeach

Your trusted partner for Buying, Renting, and Selling Real Estate

Navigating the property buying process is easier with the right support. We connect discerning buyers with top-tier agents for a seamless experience.



https://luxrealty.ae/property-for-sale

Qualified Agents

Our team of experienced agents is committed to delivering a personalized service tailored to your needs. With in-depth market knowledge, we make selling or renting your property a smooth and straightforward process. You can count on us to guide you every step of the way and help you achieve the best possible outcome.

https://luxrealty.ae/contact-us

Excellent service

We are committed to delivering a tailored experience, offering you a personalised plan along with a dedicated point of contact to support you throughout your Sales or Rental journey. Our specialist departments provide comprehensive services, including Financing, Tax Planning, Insurance, Legal Advice, and more.

https://luxrealty.ae/property-to-rent

Customer Care

At Lux Realty, exceptional customer care is the cornerstone of our business. We are committed to placing our clients’ needs first, ensuring a seamless and satisfying experience at every stage. Our dedication to service excellence means you can trust us to act in your best interests and consistently deliver results that exceed expectations.

@endsection @section('pageSpecificScripts') @endsection