@extends('admin.layouts.app') @section('title', 'Posts Management') @section('content')
Manage and moderate Connect posts
Total Posts
{{ number_format($stats['total_posts']) }}
{{ number_format($stats['posts_today']) }} today
This Week
{{ number_format($stats['posts_this_week']) }}
{{ number_format($stats['posts_this_month']) }} this month
Total Engagement
{{ number_format($stats['total_engagement']) }}
Avg: {{ number_format($stats['avg_engagement'], 1) }}
High Engagement
{{ $posts->where('engagement_score', '>=', 100)->count() }}
Score ≥ 100