@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, __('.'), __(',')) }}%