{{-- ================= TOP TABS ================= --}}
@include('livewire.admin.partials.tab')
{{-- ================= FILTER CARD ================= --}}
{{-- START DATE --}}
{{-- END DATE --}}
{{-- BUTTONS --}}
@if(($role_id == 1) || in_array(107, $permissions)) @endif
{{-- ================= DATA TABLE ================= --}}
Master Dashboard
@if($crypto_news) {{ count($crypto_news) .' Categories' }} @endif
@forelse ($crypto_news as $row) @empty @endforelse
# Category Total URLs Traffic URLs Clicks Impressions CTR Position Total Views Total Users Action
{{ $loop->iteration }} {{ $row->category }} {{ number_format($row->total_urls) }} {{ number_format($row->total_trafic_urls) }} {{ number_format($row->click) }} {{ number_format($row->impresion) }} {{ $row->ctr }} {{ $row->position }} {{ number_format($row->total_view) }} {{ number_format($row->total_users) }}
No Data Found