@extends('layouts.app') @section('title', 'WHMCS Admin - User Management') @section('page-title', 'User Management') @section('breadcrumb') Dashboard User Management @endsection @section('operation') New User @endsection @section('content')
{{ $totalUsers }}
Total Users
{{ $activeUsers }}
Active Users
{{ $pendingUsers }}
Pending Users
{{ $inactiveUsers }}
Inactive Users
{{--
--}}
User List
@endsection @push('scripts') @endpush