{{ number_format($stats['total_users']) }}
Total Users
{{ number_format($stats['active_users']) }}
Active Users
{{ number_format($stats['banned_users']) }}
Banned Users
{{ number_format($stats['new_users_today']) }}
New Today
Filters & Search
@if($users->count() > 0)
@endif
{{ $users->appends(request()->all())->links() }}
@else
No users found
Try adjusting your search criteria or create a new user.