12 lines
266 B
PHP
12 lines
266 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
return [
|
||
|
|
'fields' => [
|
||
|
|
'treatment_type' => 'Treatment Type',
|
||
|
|
'treatment_name' => 'Treatment Name',
|
||
|
|
'descriptions' => 'Descriptions',
|
||
|
|
'treatment_cost' => 'Cost (Toman)',
|
||
|
|
'created_at' => 'Created At',
|
||
|
|
],
|
||
|
|
];
|