19 lines
519 B
PHP
19 lines
519 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'quantities' => 'Quantity|Quantities',
|
|
'sales_price' => 'Sale Price',
|
|
'purchase_price' => 'Purchase Price',
|
|
'sku' => 'SKU',
|
|
|
|
'notification' => [
|
|
'message' => [
|
|
'reminder' => 'You are receiving this email because the :name is remind of stock.',
|
|
'out_of_stock' => 'You are receiving this email because the :name is running out of stock.',
|
|
],
|
|
'button' => 'View Now',
|
|
],
|
|
|
|
];
|