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:
2025-08-07 18:46:34 +01:00
parent 22cffaffca
commit f7c62a4ac2
19 changed files with 1141 additions and 2 deletions

View File

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