@extends('layouts.admin')
@section('page_title', 'Reporter Dashboard')
@section('content')
{{ $stats['news_count'] }}
My Total News
{{ $stats['approved_count'] }}
Approved News
{{ $stats['pending_count'] }}
Pending Approval
{{ $stats['view_count'] }}
Total Views
@endsection