10 lines
174 B
PHP
Raw Normal View History

2020-12-26 23:32:05 +00:00
<?php
return [
2022-06-01 10:15:55 +03:00
'sale_price' => 'Sale Price',
2021-02-12 09:25:12 +00:00
'purchase_price' => 'Purchase Price',
'enter_item_description' => 'Enter item description',
2020-12-26 23:32:05 +00:00
];