mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
Introduce filament
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'sidebar' => [
|
||||
'exam_users' => 'Exam Users',
|
||||
'hit_and_runs' => 'Hit And Runs',
|
||||
'users_list' => 'Users',
|
||||
'tags_list' => 'Tags',
|
||||
'agent_allows' => 'Agent Allows',
|
||||
'agent_denies' => 'Agent Denies',
|
||||
'exams_list' => 'Exams',
|
||||
'medals_list' => 'Medals',
|
||||
'settings' => 'Settings',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user