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