<?php
return [
"number" => "Reference No",
"date" => "Invoice Date",
"due" => "Due Date",
"from" => "Our Company",
"to" => "Billing to",
"product" => "Product",
"qty" => "Quantity",
"vat" => "Tax",
"price" => "Price",
"discount" => "Discount",
"total" => "Total",
"subtotal" => "Subtotal",
"grand_total"=>"Total Due",
"footer_message" => "important message"
];
?>