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