Aplikasi Keuangan yang mengatur lalu lintas transaksi antara bank dan aplikasi internal Kampus
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
819 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',
],
'academic-program' => [
'title' => 'Academic Program Data',
'description' => 'Manage admission academic programs.',
'keywords' => 'academic program, program, admission',
],
];