@if($properties->isNotEmpty())
{{ $property->city->name ? $property->city->name . ', ' : '' }}{{ $property->state->name }}
{{ format_price($property->price, $property->currency) }}
{{ __('No properties found.') }}