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

@lang('Property Results for ') {{ request()->name ? request()->name : '' }}

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 {{-- --}} @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