@extends("app") @section('head_title', getcong('about_us_title').' | '.getcong('site_name') ) @section('head_url', Request::url()) @section('canonical_url', config('app.url').'about-us') @section("content")

We’re building the future of real estate, one market at a time.

Our mission is to help everyone find their place in the world.

Offering you a service that is personal, local and reliable, we are seasoned professionals with an intimate knowledge of real estate in Dubai. We offer an incredible network of experts and a wide range of Dubai homes for sale. We bring a dedicated work ethic and detail-oriented approach, combined with a deep understanding of where and how people want to live. Because where others see houses, we see homes.

Reinventing the property buying experience

WE HAVE BUILT THE SMARTEST TOOLS BY THE BRIGHTEST MINDS

We are building a modern real estate platform, pairing Dubai’s top properties with technology to make the search experience intelligent and seamless. Compare homes to make the right Choice, There is no other Property portal that allows you to compare homes in Dubai

Our Team

As real estate experts, our negotiation skills, our ability to secure the best properties and the most attractive prices on a Dubai property – and our bespoke service – gives us the edge crucial in a highly competitive market. On the cutting edge of ideas, marketing, and technology, we make the search and sell experience of Dubai real estate, tailored, intelligent and seamless. Whether you’re a buyer or seller, we are committed to doing our very best by you.

Our Clients as Partners

We are a close team of like-minded and highly experienced individuals who understand that a client is an individual, too. This perspective underpins our success in meeting the high expectations of clients, giving us a critical edge in the highly competitive Dubai property buying and selling process.

Proven Track Record

Our experience, our exceptional, ever-expanding network of registered buyers and sellers, is growing by the day. Our reputation with private individuals and industry stakeholders for providing an outstanding personal property service simply couldn’t be higher.

JOIN OUR TEAM

Operating from Dubai, one of the world’s most dynamic cities for real estate, we have the expertise and contacts to source those exclusive properties that may be hard to pin down and often do not appear on the open property market.

We are passionate about the property industry and committed to raising standards, sharing best practices and developing future talent. Every person who works at www.acasa.ae makes a difference. We are always looking for talent, who are both passionate about property and committed to providing outstanding service, to join us. Get in touch for an appointment!

Fill Your Details Below:


@if(Session::has('flash_message_success'))

{{ Session::get('flash_message_success') }}

@endif {!! Form::open(array('url' => 'about-us','class'=>'','id'=>'contactform','role'=>'form')) !!}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif @if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('your_message')) {{ $errors->first('your_message') }} @endif
{!! Form::close() !!}
@endsection