@extends('layouts.admin') @section('page_title', 'Dashboard Overview') @section('content')

{{ $stats['news_count'] }}

Total News

More info

{{ $stats['category_count'] }}

Categories

More info

{{ $stats['reporter_count'] }}

Reporters

More info

{{ $stats['ad_count'] }}

Active Ads

More info

{{ number_format($stats['total_views'] ?? 0) }}

Total Page Views

View Analytics

{{ number_format($stats['today_views'] ?? 0) }}

Today's Views

View Analytics

{{ number_format($stats['subscriber_count'] ?? 0) }}

Newsletter Subscribers

 
@endsection