matab-panel/lang/en/treatments.php

12 lines
265 B
PHP

<?php
return [
'fields' => [
'treatment_type' => 'Treatment Type',
'treatment_name' => 'Treatment Name',
'descriptions' => 'Descriptions',
'treatment_cost' => 'Cost (Rial)',
'created_at' => 'Created At',
],
];