Print date: {{ date('Y-m-d h:i:s A') }}

@if($settings->company_address) {!! nl2br($settings->company_address)!!}
@endif PH: {{ $settings->company_phone }}

logo }}" style="margin-top: 10px; width:150px;">
{{ $invoice->inv_title }}
{!! nl2br($invoice->ship_to)!!}
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 }}
@if($products) @php($i = 0) @foreach($products as $product) @php($i++) @endforeach @for($j=$i;$j<15;$j++) @endfor @endif
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)!!}

@if($invoice->dis_percent) @endif
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 !!!


PAYMENT ADVICE TO

{!! nl2br($invoice->advice_to)!!}
Authorised Sign