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