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