feat: notification on filament dashboard
This commit is contained in:
@@ -22,6 +22,8 @@ return [
|
||||
'role' => 'Role',
|
||||
'email_verified_at' => 'Email verified at',
|
||||
'account_verified_at' => 'Account verified at',
|
||||
'suspended_at' => 'Suspended at',
|
||||
'suspended_by' => 'Suspended by',
|
||||
'avatar' => 'Avatar',
|
||||
'password' => 'Password',
|
||||
'bio' => 'Bio',
|
||||
@@ -47,9 +49,15 @@ return [
|
||||
'filters' => [
|
||||
'email_verified' => 'Email verified',
|
||||
'account_verified' => 'Account verified',
|
||||
'suspended' => 'Suspended',
|
||||
],
|
||||
'actions' => [
|
||||
'suspend' => 'Suspend',
|
||||
'unsuspend' => 'Reactivate',
|
||||
],
|
||||
'placeholders' => [
|
||||
'not_verified' => 'Not verified',
|
||||
'not_suspended' => 'Not suspended',
|
||||
'empty' => '-',
|
||||
],
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user