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.
27 lines
758 B
27 lines
758 B
<?php
|
|
|
|
return [
|
|
'admission-schedule' => [
|
|
'date-start' => 'Start Date',
|
|
'date-end' => 'End Date',
|
|
're-registration-date-start' => 'Re-registration Start Date',
|
|
're-registration-date-end' => 'Re-registration End Date',
|
|
'track_name' => 'Track Name',
|
|
'status' => 'Status',
|
|
'term_name' => 'Term',
|
|
],
|
|
'admission-track' => [
|
|
'code' => 'Track Code',
|
|
'name' => 'Admission Track Name',
|
|
'status' => 'Status',
|
|
],
|
|
'fee-type' => [
|
|
'name' => 'Fee Type Name',
|
|
'billing_cycle' => 'Billing Cycle',
|
|
],
|
|
'academic-program' => [
|
|
'code' => 'Academic Program Code',
|
|
'name' => 'Academic Program Name',
|
|
'status' => 'Status',
|
|
],
|
|
];
|
|
|