@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.property')
@includeIf('partials.front.cta') @endsection @push('js') @endpush