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.
22 lines
514 B
22 lines
514 B
<?php
|
|
|
|
return [
|
|
'faculty' => [
|
|
'name' => 'Faculty Name',
|
|
'code' => 'Faculty Code',
|
|
'status' => 'Status',
|
|
],
|
|
'study-program' => [
|
|
'name' => 'Study Program Name',
|
|
'code' => 'Study Program Code',
|
|
'status' => 'Status',
|
|
],
|
|
'term' => [
|
|
'name' => 'Term Name',
|
|
'code' => 'Term Code',
|
|
'year_study' => 'Study Year',
|
|
'semester' => 'Semester',
|
|
'date_start' => 'Start Date',
|
|
'date_end' => 'End Date',
|
|
],
|
|
];
|
|
|