@extends('admin.layouts.home') @section('title', 'Dashboard') @section('content')

Dashboard Overview

Platform statistics and system health monitoring

Manage Users
View Posts
Manage Groups
Games
Settings
Reports
{{ number_format($stats['users']['total']) }}
Total Users
{{ abs($stats['users']['growth_rate']) }}% this month
{{ number_format($stats['posts']['total']) }}
Total Posts
{{ abs($stats['posts']['growth_rate']) }}% this month
{{ number_format($stats['comments']['total']) }}
Total Comments
{{ abs($stats['comments']['growth_rate']) }}% this month
{{ number_format($stats['messages']['total']) }}
Total Messages
{{ abs($stats['messages']['growth_rate']) }}% this month
{{ number_format($stats['pages']['total']) }}
Total Pages
{{ abs($stats['pages']['growth_rate']) }}% this month
{{ number_format($stats['groups']['total']) }}
Total Groups
{{ abs($stats['groups']['growth_rate']) }}% this month
{{ number_format($stats['games']['total']) }}
Total Games
{{ abs($stats['games']['growth_rate']) }}% this month
{{ number_format($stats['users']['online']) }}
Online Users
Active now
User Registration Trend
Platform Metrics
Posts per User {{ $engagementMetrics['posts_per_user'] }}
Comments per Post {{ $engagementMetrics['comments_per_post'] }}
Likes per Post {{ $engagementMetrics['likes_per_post'] }}
Active Users {{ $engagementMetrics['active_users_percentage'] }}%
Recent Activities
@forelse($recentActivities as $activity)
@if(isset($activity['avatar'])) Avatar @else
@endif
{{ $activity['title'] }}
{{ $activity['description'] }}
{{ $activity['time'] }}
@empty

No recent activities

@endforelse
Popular Content
@forelse($topContent as $content) @empty @endforelse
Content Type Engagement Status
Content
{{ $content['title'] }}
{{ $content['subtitle'] }}
{{ ucfirst($content['type']) }} {{ number_format($content['views']) }} {{ $content['growth'] }}

No content data available

System Health
Disk Usage
{{ $systemHealth['disk_usage'] }}%
Memory Usage
{{ $systemHealth['memory_usage'] }}%
Database {{ $systemHealth['database_connections'] }}
Cache {{ $systemHealth['cache_status'] }}
Queue {{ $systemHealth['queue_status'] }}
Last Backup {{ $systemHealth['last_backup'] }}
System Uptime {{ $systemHealth['system_uptime'] }}
Platform Overview
{{ number_format($stats['users']['active']) }}
Active Users
{{ number_format($stats['posts']['this_month']) }}
Posts This Month
{{ number_format($stats['comments']['this_month']) }}
Comments This Month
{{ number_format($stats['groups']['this_month']) }}
New Groups
@endsection @push('scripts') @endpush