feat: total users count on dashboard

This commit is contained in:
2026-05-24 10:37:16 +02:00
parent 2bdffccea2
commit 24ec4165a6
4 changed files with 76 additions and 0 deletions
+6
View File
@@ -1,6 +1,12 @@
<?php
return [
'widgets' => [
'total_users' => [
'label' => 'Users',
'description' => 'Total application user accounts.',
],
],
'users' => [
'navigation' => [
'label' => 'Users',
+6
View File
@@ -1,6 +1,12 @@
<?php
return [
'widgets' => [
'total_users' => [
'label' => 'Utilisateurs',
'description' => 'Nombre total de comptes utilisateurs.',
],
],
'users' => [
'navigation' => [
'label' => 'Utilisateurs',