@extends('web.layouts.app') @push('page_script_header') @endpush @section('content') @include('web.home.index.banner') @include('web.home.index.left_sidebar') @include('web.home.index.recent_properties') {{--@include('web.home.index.communities')--}} {{--@include('web.home.index.agents')--}} @include('web.home.index.partners') @endsection @push('page_script_footer') @include('web.home.index.script') @include('web.home.index.search_script') @endpush