feat: usr roles and soft deletes and filament

This commit is contained in:
2026-05-22 10:06:47 +02:00
parent 417a1bc53c
commit ad17c55564
16 changed files with 280 additions and 13 deletions
+1
View File
@@ -19,6 +19,7 @@ return [
'name' => 'Name',
'email' => 'Email address',
'locale' => 'Language',
'role' => 'Role',
'email_verified_at' => 'Email verified at',
'account_verified_at' => 'Account verified at',
'avatar' => 'Avatar',
+5
View File
@@ -19,6 +19,11 @@ return [
'other' => 'Other',
'unknown' => 'Not specified',
],
'user_role' => [
'user' => 'User',
'admin' => 'Administrator',
'moderator' => 'Moderator',
],
'weight_goal' => [
'lose_weight' => 'Lose weight',
'maintain_weight' => 'Maintain weight',