@extends('layouts.app') @section('title', 'Admin Dashboard - AgroSmart Pro') @section('content')

🛡️ Admin Control Panel

System Overview & Management

Total Users

{{ $stats['total_users'] }}

Farmers

{{ $stats['total_farmers'] }}

Officers

{{ $stats['total_officers'] }}

System Health

{{ $stats['fake_products_detected'] }}%

⚡ Recent Activity

@for($i = 1; $i <= 5; $i++)

User {{ $i }} Activity

{{ $i * 5 }} minutes ago

@endfor

📊 System Performance

API Response Time 245ms
Database Usage 62%
Uptime 99.8%
Cache Hit Rate 78%

⚙️ System Actions

@endsection @push('scripts') @endpush