@if (isset($countPosts) and isset($countUsers) and isset($countCities)) @include('home.inc.spacer')
@if (isset($countPosts))
{{ $countPosts }}
{{ t('Free ads') }}
@endif @if (isset($countUsers))
{{ $countUsers }}
{{ t('Trusted Sellers') }}
@endif @if (isset($countCities))
{{ $countCities . '+' }}
{{ t('Locations') }}
@endif
@endif