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