@if($operatingSystem->value)
{{ $operatingSystem->value }}
@else
{{ __('Unknown') }}
@endif
{{ number_format($operatingSystem->count, 0, __('.'), __(',')) }}
{{ number_format((($operatingSystem->count / $total->count) * 100), 1, __('.'), __(',')) }}%