{{-- Properties to Let — ported from the legacy properties.php. The search form GETs back to this same route so filters survive in the URL and a filtered listing stays linkable and bookmarkable. --}}

Properties to Let

Homes and investments across London and the South East — available now through B Bailey.

{{ $properties->total() }} {{ Str::plural('property', $properties->total()) }} to let @if ($filters !== []) of {{ $total }} @endif

{{-- Carry the active filters through a sort change. --}} @foreach ($filters as $key => $value) @endforeach
@if ($properties->isEmpty())

No properties match your search

Try widening the price range or clearing a filter. Our team can also let you know as soon as something suitable becomes available.

@else
@foreach ($properties as $property) @endforeach
@if ($properties->hasPages()) @endif @endif
{{-- Legacy properties.php carried this outside
, after the grid. --}} @include('partials.property-register', ['extraClass' => 'pl-register'])