@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('Jobs') }}
@endif
@if (isset($countUsers))
@if (isset($prefixUsers) && !empty($prefixUsers)){{ $prefixUsers }}@endif
{{ $countUsers }}
@if (isset($suffixUsers) && !empty($suffixUsers)){{ $suffixUsers }}@endif
{{ t('Users') }}
@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