9 lines
126 B
PHP
9 lines
126 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'sale_price' => 'سعر البيع',
|
|
'purchase_price' => 'سعر الشراء',
|
|
|
|
];
|