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.
31 lines
898 B
31 lines
898 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',
|
|
],
|
|
'admission_schedule_detail' => [
|
|
'schedule_detail' => 'Admission Schedule Detail',
|
|
'fee_detail' => 'Fee Detail',
|
|
],
|
|
];
|
|
|