{{ $settings->company_name }}
@if($settings->company_address) {!! nl2br($settings->company_address)!!} |
|
| Invoice no: | {{ $invoice->inv_no }} |
|---|---|
| Invoice Date: | {{ date_format(date_create($invoice->sales_date),"d-M-Y") }} |
| Reference: | {{ $invoice->tracking_ref }} |
| GST Number: | {{ $invoice->tax_no }} |
| Product | Description | Qty | Unit Price({{ $settings->currency_symbol}}) | Subtotal({{ $settings->currency_symbol}}) |
|---|---|---|---|---|
| {{ $product->item_name }} | {{ $product->description }} | {{ $product->qty }} | {{ number_format($product->price,2) }} | {{ number_format(($product->qty*$product->price),2) }} |
| Due Date: | {{ date_format(date_create($invoice->sales_date),"d-M-Y") }} |
|---|---|
| Please pay on invoice to : | |
|
{!! nl2br($invoice->pay_on_to)!!} |
|
| Subtotal({{$settings->currency_symbol}}): | {{ number_format($invoice->sub_total,2) }} |
| Discount ({{$invoice->dis_percent}}%) | {{ number_format($invoice->dis_amount,2) }} |
| Total GST ({{$invoice->tax_percent}}%) | {{ number_format($invoice->tax_amount,2) }} |
| Invoice Total({{$settings->currency_symbol}}): | {{ number_format($invoice->totalAmount,2) }} |
Thank you for your business !!!