@extends('layouts.front.login-site') @section('content') {{-- Page Banner Begins --}}
@include('front.hero-sections.search-form')
{{-- Page Banner Ends --}} {{-- Residential Properties List --}}

@if ($properties->count() > 0) All Search Results Found ({{ $properties->total() }}) @else No Search Results Found @endif

@include('front.users.properties.search-compare')
@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') {{-- Compare property Script --}} {{-- For Property Likes update in database --}} @endsection