You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
807 B
24 lines
807 B
<?php
|
|
|
|
return [
|
|
'admission-schedule' => [
|
|
'title' => 'Admission Schedule Data',
|
|
'description' => 'Manage new student admission schedules.',
|
|
'keywords' => 'admission schedule, admission, new student',
|
|
],
|
|
'admission-track' => [
|
|
'title' => 'Admission Track Data',
|
|
'description' => 'Manage new student admission tracks.',
|
|
'keywords' => 'admission track, admission, new student',
|
|
],
|
|
'fee-type' => [
|
|
'title' => 'Fee Type Data',
|
|
'description' => 'Manage admission fee types.',
|
|
'keywords' => 'fee type, fee, admission',
|
|
],
|
|
'program-track' => [
|
|
'title' => 'Program Track Data',
|
|
'description' => 'Manage admission program tracks.',
|
|
'keywords' => 'program track, program, admission',
|
|
],
|
|
];
|
|
|