@extends('layouts.landingPage.template') @section('section-heading') @include('landingPage.realEstate.section-heading') @endsection @section('section-search') @include('landingPage.realEstate.section-search') @endsection @section('section-popular-places') @include('landingPage.realEstate.section-popular-places') @endsection @section('section-featured-properties') @include('landingPage.realEstate.section-featured-properties') @endsection @section('section-why-choose-us') @include('landingPage.realEstate.section-why-choose-us') @endsection @section('section-recently-properties') @include('landingPage.realEstate.section-recently-properties') @endsection @section('section-agents') @include('landingPage.realEstate.section-agents') @endsection @section('section-testimonials') @include('landingPage.realEstate.section-testimonials') @endsection @section('section-partners') @include('landingPage.realEstate.section-partners') @endsection @section('section-footer') @include('landingPage.realEstate.section-footer') @endsection