Files
Faculty-Documentation/config/dropdowns.php
2025-03-23 18:21:52 +05:30

23 lines
541 B
PHP

<?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',
],
];