Team page skeleton

This commit is contained in:
2020-09-10 23:09:23 +01:00
parent 982854d5c6
commit 7c0c244e21
4 changed files with 40 additions and 0 deletions

View File

@@ -299,6 +299,12 @@ return [
'url' => '/hr/players',
'can' => 'admin.userlist'
],
[
'text' => 'm_teams',
'icon' => 'fas fa-user-friends',
'url' => 'teams',
'can' => 'teams.view'
],
[
'text' => 'sm_hiring_man',
'icon' => 'far fa-calendar-plus',