feat(Admin Panel & Charts)

This commit is contained in:
2025-10-23 11:41:03 +02:00
parent 757f6cf20c
commit bd268f9b7f
2 changed files with 15 additions and 0 deletions

14
lang/en/users.php Normal file
View File

@@ -0,0 +1,14 @@
<?php
return [
'fields' => [
'user' => 'Utilisateur',
'users' => 'Utilisateurs',
'name' => 'Nom',
'email' => 'Email',
'email_verified_at' => 'Email vérifié le',
'password' => '',
'password_confirmation' => '',
'role' => 'Rôle'
]
];