{{-- ================= TOP NAVIGATION ================= --}}
@include('livewire.admin.partials.tab')
{{-- DATE LABELS --}} @php $fYesterday = now()->subDays(3)->format('jS M'); $fYesterdayLast = now()->subDays(4)->format('jS M'); $fLastWeek = now()->subDays(8)->format('jS M'); $fLastMonth = now()->subDays(32)->format('jS M'); @endphp {{-- ================================================= --}} {{-- SECTION 1 — CURRENT TEAM --}} {{-- ================================================= --}}
{{-- HEADER --}}
Google Search Console — Current Team
{{-- TABLE --}}
{{-- PERIOD HEADER --}} {{-- COLUMN HEADER --}} @forelse($cryptoNews as $row) {{-- POST DATA --}} {{-- TRAFFIC DATA --}} @empty @endforelse
Yesterday ({{ $fYesterday }}) Last Week Last Month
Author Category URLs Clicks Impressions CTR Position URLs Clicks Impressions CTR Position URLs Clicks Impressions CTR Position Action
{{ $row['author_name'] }} Post Data {{ $row['yesterday_posts'] ?? 0 }} {{ $row['yesterday_total_click'] ?? 0 }} {{ $row['yesterday_total_impressions'] ?? 0 }} {{ $row['yesterday_avg_ctr'] ?? 0 }} {{ $row['yesterday_avg_position'] ?? 0 }} {{ $row['last_week_posts'] ?? 0 }} {{ $row['last_week_total_click'] ?? 0 }} {{ $row['last_week_total_impressions'] ?? 0 }} {{ $row['last_week_avg_ctr'] ?? 0 }} {{ $row['last_week_avg_position'] ?? 0 }} {{ $row['last_month_posts'] ?? 0 }} {{ $row['last_month_total_click'] ?? 0 }} {{ $row['last_month_total_impressions'] ?? 0 }} {{ $row['last_month_avg_ctr'] ?? 0 }} {{ $row['last_month_avg_position'] ?? 0 }}
Traffic Data {{ $row['yesterday_all_urls'] ?? 0 }} {{ $row['yesterday_all_total_click'] ?? 0 }} {{ $row['yesterday_all_total_impressions'] ?? 0 }} {{ $row['yesterday_all_avg_ctr'] ?? 0 }} {{ $row['yesterday_all_avg_position'] ?? 0 }} {{ $row['last_week_all_urls'] ?? 0 }} {{ $row['last_week_all_total_click'] ?? 0 }} {{ $row['last_week_all_total_impressions'] ?? 0 }} {{ $row['last_week_all_avg_ctr'] ?? 0 }} {{ $row['last_week_all_avg_position'] ?? 0 }} {{ $row['last_month_all_urls'] ?? 0 }} {{ $row['last_month_all_total_click'] ?? 0 }} {{ $row['last_month_all_total_impressions'] ?? 0 }} {{ $row['last_month_all_avg_ctr'] ?? 0 }} {{ $row['last_month_all_avg_position'] ?? 0 }}
No data found.
{{-- ================================================= --}} {{-- SECTION 2 — OLD MEMBERS --}} {{-- ================================================= --}}
Old Members
{{-- Column Row --}} {{-- Yesterday --}} {{-- Last Week --}} {{-- Last Month --}} @forelse ($crypto_news_other as $row) @empty @endforelse
Yesterday ({{ $fYesterday }}) Last Week ({{ $fLastWeek }} – {{ $fYesterdayLast }}) Last Month ({{ $fLastMonth }} – {{ $fYesterdayLast }})
Author CategoryURLs Clicks Impressions CTR Position URLs Clicks Impressions CTR Position URLs Clicks Impressions CTR Position Action
{{ $row['author_name'] }} Traffic Data {{ $row['yesterday_all_urls_total'] }} {{ $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_total'] }} {{ $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_total'] }} {{ $row['last_month_all_total_click'] }} {{ $row['last_month_all_total_impressions'] }} {{ $row['last_month_all_avg_ctr'] }} {{ $row['last_month_all_avg_position'] }} @if(isset($permisssion_array) && in_array(990, $permisssion_array) || $role_id == 1) @endif
No data found.