16 lines
380 B
PHP
Raw Normal View History

2017-09-14 22:21:00 +03:00
<?php
return [
'quantities' => 'Quantity|Quantities',
'sales_price' => 'Sale Price',
'purchase_price' => 'Purchase Price',
'sku' => 'SKU',
2017-11-21 23:37:15 +03:00
'notification' => [
'message' => 'You are receiving this email because the :name is running out of stock.',
'button' => 'View Now',
],
2017-09-14 22:21:00 +03:00
];