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