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.
11 lines
230 B
11 lines
230 B
<?php
|
|
|
|
return [
|
|
'id' => 'ID',
|
|
'actions' => 'Aksi',
|
|
'created_at' => 'Dibuat Pada',
|
|
'updated_at' => 'Diperbarui Pada',
|
|
'status' => 'Status',
|
|
'no_data' => 'Tidak Ada Data',
|
|
'fee_type' => 'Jenis Biaya',
|
|
];
|
|
|