9 lines
135 B
PHP
9 lines
135 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'sale_price' => 'ราคาขาย',
|
|
'purchase_price' => 'ราคาซื้อ',
|
|
|
|
];
|