Statistics
Export to CSV
Platform
All
Mobile
All
Browser
All
Language
All
Country
All
City
All
Referrer url
Urls
Date range
Domain
All
@foreach ($data['filter_fields']['domain'] as $filter_field)
{{ $filter_field }}
@endforeach
Registered
Filter
Clear
id desc
id asc
platform desc
platform asc
mobile desc
mobile asc
browser desc
browser asc
referrer desc
referrer asc
lang desc
lang asc
ip desc
ip asc
country desc
country asc
city desc
city asc
date desc
date asc
id
Platform
Referrer
Location
User
Urls
Date
@if ($statistics->lastPage() > 1)
@if ($statistics->onFirstPage()) {{-- --}} @else
<<
@endif @php $currentPage = $statistics->currentPage(); $lastPage = $statistics->lastPage(); $maxPages = 5; // Number of pages to display initially $startPage = max($currentPage - floor($maxPages / 2), 1); $endPage = min($startPage + $maxPages - 1, $lastPage); @endphp @if ($startPage > 1)
1
@if ($startPage > 2)
...
@endif @endif @for ($i = $startPage; $i <= $endPage; $i++) @if ($i == $currentPage)
{{ $i }}
@else
{{ $i }}
@endif @endfor @if ($endPage < $lastPage) @if ($endPage < $lastPage - 1)
...
@endif
{{ $lastPage }}
@endif @if ($statistics->hasMorePages())
>>
@else {{--
--}} @endif
@endif