Feat: Add target group selection dropdown in activities form
This commit is contained in:
@@ -20,4 +20,13 @@ return [
|
||||
'National' => 'National',
|
||||
'International' => 'International',
|
||||
],
|
||||
|
||||
'target_groups' => [
|
||||
'Undergraduate Students' => 'Undergraduate Students',
|
||||
'Postgraduate Students' => 'Postgraduate Students',
|
||||
'PhD Students' => 'PhD Students',
|
||||
'Faculty Members' => 'Faculty Members',
|
||||
'Industry Professionals' => 'Industry Professionals',
|
||||
'Alumni' => 'Alumni',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user