Sales Invoice - {{ $invoice_number }} |
{{ ucfirst($business_name) }} | |||||||||||||||||
|
||||||||||||||||||
Summary | ||||||||||||||||||
|
||||||||||||||||||
Sub Total : {{number_format($net_total,$decimal_point)}} | ||||||||||||||||||
Total Tax : {{number_format($total_tax_amt,$decimal_point)}} | ||||||||||||||||||
Discount : {{number_format($total_discount,$decimal_point)}} | ||||||||||||||||||
Total : {{number_format($total_Amt,$decimal_point)}} |