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
+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',