@extends('layouts.admin')
@section('page_title', 'Dashboard Overview')
@section('content')
{{ $stats['news_count'] }}
Total News
{{ $stats['category_count'] }}
Categories
{{ $stats['reporter_count'] }}
Reporters
{{ $stats['ad_count'] }}
Active Ads
{{ number_format($stats['total_views'] ?? 0) }}
Total Page Views
{{ number_format($stats['today_views'] ?? 0) }}
Today's Views
{{ number_format($stats['subscriber_count'] ?? 0) }}
Newsletter Subscribers
@endsection