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