@extends('layouts.front') @push('css') @endpush @section('content')

Properties for sale: @if (request()->name) {{ request()->name }}, @endif @php $locationName = $locations->where('id', request()->location_id)->first()->name ?? ''; @endphp {{ $locationName }}

Showing {{ $properties->firstItem() }} to {{ $properties->lastItem() }} of {{ $properties->total() }} results


@lang('Search Results')


@includeIf('partials.front.commercial-property', ['properties' => $topSlotProperties, 'isSponsored' => true]) @includeIf('partials.front.commercial-property', ['properties' => $mediumSlotProperties, 'isSponsored' => true]) @includeIf('partials.front.commercial-property', ['properties' => $properties, 'isSponsored' => false]) {{-- @includeIf('partials.front.commercial-property') --}}
@includeIf('partials.front.cta') @endsection @push('js') @endpush