Feat: Add target group selection dropdown in activities form

This commit is contained in:
Sallu9007
2025-04-20 22:42:48 +05:30
parent 36d36df47b
commit 1c978d14cb
3 changed files with 44 additions and 6 deletions

View File

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