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

{{ $stats['news_count'] }}

My Total News

More info

{{ $stats['approved_count'] }}

Approved News

More info

{{ $stats['pending_count'] }}

Pending Approval

More info

{{ $stats['view_count'] }}

Total Views

@endsection