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

Dashboard

Total Members {{ $totalMembers }}
Total Admins {{ $totalAdmins }}
Superadmins {{ $totalSuperadmins }}
Active Members {{ $activeMembers }}
Inactive Members {{ $inactiveMembers }}

Members Expiring Next Month ({{ \Carbon\Carbon::now()->addMonthNoOverflow()->format('F Y') }})

Blacklist Worker Trends (Monthly)

User Status by Role

@endsection @push('scripts') @endpush