feat: add invite notification emails, functionality to admin dashboard and sign up page
Signed-off-by: Miguel Nogueira <me@nogueira.codes>
This commit is contained in:
@@ -406,6 +406,12 @@ return [
|
||||
'route' => 'registeredPlayerList',
|
||||
'can' => 'admin.userlist',
|
||||
],
|
||||
[
|
||||
'text' => 'Invites',
|
||||
'icon' => 'fas fa-user-plus',
|
||||
'route' => 'inviteList',
|
||||
'can' => 'admin.manageInvites'
|
||||
],
|
||||
[
|
||||
'text' => 'sm_hiring_man',
|
||||
'icon' => 'far fa-calendar-plus',
|
||||
|
Reference in New Issue
Block a user