@extends('layouts.front.login-site') @section('content') {{-- Page Banner Begins --}}
@include('front.hero-sections.search-form')
{{-- Page Banner Ends --}} {{-- Residential Properties List --}}
@include('front.users.properties.commercial.compare') @include('front.users.properties.commercial.live-auction')
@include('front.users.properties.commercial.category.lets') @include('front.users.properties.commercial.category.sales') @include('front.users.properties.commercial.category.rents')
{{-- Similar Properties List --}} @include('front.users.properties.commercial.similar') @include('front.users.properties.commercial.share-modal') {{-- @include('front.users.properties.commercial.share-modal') --}} {{-- Compare property Script --}} {{-- For Property Likes update in database --}} {{-- For Checking whether user can share or not --}} {{-- --}} @endsection