Add application list for users

This commit is contained in:
2020-05-11 16:44:47 +01:00
parent f46a941b61
commit 7635f8e2f4
6 changed files with 80 additions and 44 deletions

View File

@@ -214,19 +214,9 @@ return [
'icon' => 'fas fa-fw fa-list-ul',
'submenu' => [
[
'text' => 'Under Review',
'text' => 'Current Applications',
'icon' => 'fas fa-fw fa-check-double',
'url' => '/applications/pending'
],
[
'text' => 'Denied',
'icon' => 'fas fa-fw fa-times',
'url' => '/applications/denied'
],
[
'text' => 'Approved',
'icon' => 'fas fa-fw fa-user-check',
'url' => '/applications/approved'
'url' => '/applications/current'
]
]