{{ __('No results found.') }}
{{ __('Name') }} | {{ __('Visitors') }} {{ number_format($total->count, 0, __('.'), __(',')) }} ({{ number_format((($total->count / $total->count) * 100), 1, __('.'), __(',')) }}%) |
---|---|
@if(!empty(explode(':', $country->value)[1]))
{{ explode(':', $country->value)[1] }}
@else
{{ __('Unknown') }}
@endif
{{ number_format($country->count, 0, __('.'), __(',')) }}
|
{{ number_format((($country->count / $total->count) * 100), 1, __('.'), __(',')) }}%
|