{{ __('title.users_by_country') }}

@foreach ($topCountry as $i => $v) @endforeach
# {{ __('table.country') }} {{ __('table.users') }}
{{ $i+1 }} {{ $v['country'] }} {{ $v['users'] }}