@if (!empty($propertySearch))
@foreach ($propertySearch as $property)
{{ $property->address }}
{{ $property->address }}, {{ $property->town }}, {{ $property->country }}
@endforeach
@endif