@include('livewire.admin.seodashboards.tab')
{{-- Filters --}}
{{-- Table --}}
{{-- Pagination --}}
@if($gscData->hasPages())
@endif
| # | Date | Author | team | Slug | Category | Focus Keyword | {{-- Dynamic labels — show the actual date window being used. When end_date is set: relative to that date. When no filter: relative to today. --}}1D {{ $windowLabels['1d'] }} | 7D {{ $windowLabels['7d'] }} | 28D {{ $windowLabels['28d'] }} | Ranked(YES/NO) |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ ($gscData->currentPage() - 1) * $gscData->perPage() + $i + 1 }} | {{ $row->last_seen ? \Carbon\Carbon::parse($row->last_seen)->format('d M Y') : '—' }} | {{ $row->author_name }} | {{ $row->author_type }} | @if ($isGrouped) — @else {{ $row->data_slug }} @endif | {{ $row->category_type ?? '—' }} | @if(!empty($row->focus_keyword)) {{ $row->focus_keyword }} @else not set @endif | {{ number_format($row->traffic_1d) }} | {{ number_format($row->traffic_7d) }} | {{ number_format($row->traffic_28d) }} | @if ($row->focus_keyword) @if ($row->is_ranking) Ranking @else Not Ranking @endif @else — @endif |
| No records found. | ||||||||||