{{-- ================= TOP NAVIGATION ================= --}}
@include('livewire.admin.partials.tab')
{{-- ================= SECTION 1 ================= --}}
Google Search Console — Current Team
{{-- TABLE --}}
@forelse ($cryptoNews as $row) @empty @endforelse
Yesterday ({{ $fYesterday }}) Last Week ({{ $fLastWeek }} – {{ $fYesterdayLast }}) Last Month ({{ $fLastMonth }} – {{ $fYesterdayLast }})
Author Category Posted URLS Traffic URLs Clicks Impressions CTR Position Posted URLS Traffic URLs Clicks Impressions CTR Position Posted URLS Traffic URLs Clicks Impressions CTR Position Action
{{ $row['author_name'] }} Post Data {{ $row['yesterday_posts'] }} {{ $row['yesterday_urls'] }} {{ $row['yesterday_total_click'] }} {{ $row['yesterday_total_impressions'] }} {{ $row['yesterday_avg_ctr'] }} {{ $row['yesterday_avg_position'] }} {{ $row['last_week_posts'] }} {{ $row['last_week_urls'] }} {{ $row['last_week_total_click'] }} {{ $row['last_week_total_impressions'] }} {{ $row['last_week_avg_ctr'] }} {{ $row['last_week_avg_position'] }} {{ $row['last_month_posts'] }} {{ $row['last_month_urls'] }} {{ $row['last_month_total_click'] }} {{ $row['last_month_total_impressions'] }} {{ $row['last_month_avg_ctr'] }} {{ $row['last_month_avg_position'] }}
Traffic Data - {{ $row['yesterday_all_urls'] }} {{ $row['yesterday_all_total_click'] }} {{ $row['yesterday_all_total_impressions'] }} {{ $row['yesterday_all_avg_ctr'] }} {{ $row['yesterday_all_avg_position'] }} - {{ $row['last_week_all_urls'] }} {{ $row['last_week_all_total_click'] }} {{ $row['last_week_all_total_impressions'] }} {{ $row['last_week_all_avg_ctr'] }} {{ $row['last_week_all_avg_position'] }} - {{ $row['last_month_all_urls'] }} {{ $row['last_month_all_total_click'] }} {{ $row['last_month_all_total_impressions'] }} {{ $row['last_month_all_avg_ctr'] }} {{ $row['last_month_all_avg_position'] }}
No data found.