@extends('layouts.admin')
@section('title', 'Superadmin Dashboard')
@section('content')
Total Members
{{ $totalMembers }}
Total Admins
{{ $totalAdmins }}
Superadmins
{{ $totalSuperadmins }}
Active Members
{{ $activeMembers }}
Inactive Members
{{ $inactiveMembers }}
@endsection
@push('scripts')
@endpush