@if (isset($countPosts, $countUsers, $countLocations)) @includeFirst([config('larapen.core.customizedViewPath') . 'home.inc.spacer', 'home.inc.spacer'], ['hideOnMobile' => $hideOnMobile])
@if (isset($countPosts))
@if (isset($prefixPosts) && !empty($prefixPosts)){{ $prefixPosts }}@endif {{ $countPosts }} @if (isset($suffixPosts) && !empty($suffixPosts)){{ $suffixPosts }}@endif
{{ t('classified_ads') }}
@endif @if (isset($countUsers))
@if (isset($prefixUsers) && !empty($prefixUsers)){{ $prefixUsers }}@endif {{ $countUsers }} @if (isset($suffixUsers) && !empty($suffixUsers)){{ $suffixUsers }}@endif
{{ t('Trusted Sellers') }}
@endif @if (isset($countLocations))
@if (isset($prefixLocations) && !empty($prefixLocations)){{ $prefixLocations }}@endif {{ $countLocations }} @if (isset($suffixLocations) && !empty($suffixLocations)){{ $suffixLocations }}@endif
{{ t('locations') }}
@endif
@endif @section('after_scripts') @parent @if (!isset($disableCounterUp) || !$disableCounterUp) @endif @endsection