9 lines
147 B
PHP
9 lines
147 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'sales_price' => 'विक्रय कीमत',
|
|
'purchase_price' => 'खरीद कीमत',
|
|
|
|
];
|