Feat: Create Common Dropdown file
This commit is contained in:
23
config/dropdowns.php
Normal file
23
config/dropdowns.php
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'activity_types' => [
|
||||
'GL' => 'GL (Guest Lecture)',
|
||||
'IC' => 'IC (Industry Connect)',
|
||||
'STTP' => 'STTP (Short Term Training Program)',
|
||||
],
|
||||
|
||||
'categories' => [
|
||||
'Technical' => 'Technical',
|
||||
'Social' => 'Social',
|
||||
'Entrepreneurial' => 'Entrepreneurial',
|
||||
'Life Skill' => 'Life Skill',
|
||||
],
|
||||
|
||||
'levels' => [
|
||||
'College' => 'College',
|
||||
'State' => 'State',
|
||||
'National' => 'National',
|
||||
'International' => 'International',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user