1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
<?php return [ 'quantities' => 'Quantity|Quantities', 'sales_price' => 'Sale Price', 'purchase_price' => 'Purchase Price', 'sku' => 'SKU', 'notification' => [ 'message' => 'You are receiving this email because the :name is running out of stock.', 'button' => 'View Now', ], ];