{{-- Property search band (the site's primary action). A plain GET form pointed at the listings page, so it works without JavaScript and the result is a normal, shareable URL. --}}
@if ($propertyCounts['total'])

{{ __('Currently listed') }} {{ trans_choice(':count for sale|:count for sale', $propertyCounts['sale'], ['count' => $propertyCounts['sale']]) }} {{ trans_choice(':count to rent|:count to rent', $propertyCounts['rent'], ['count' => $propertyCounts['rent']]) }}

@endif