{{$mailData['company']['address']}}
{{$mailData['company']['phone']}}
{{$mailData['company']['email']}}
| Client Name | {{ $mailData['customerName'] }} |
|---|---|
| Address | {{ $mailData['customerAddress'] }} |
| {{ $mailData['customerEmail'] }} |
| Invoice No | {{$mailData['invoiceId']}} |
|---|---|
| Invoice Date | {{$mailData['invoiceDate']}} |
| Sales Person | {{$mailData['salePerson']}} |
| Product Name | Qty | Price | Tax | Subtotal | @foreach($mailData['productNames'] as $key => $productName)
|---|---|---|---|---|
| {{ $productName }} | {{ $mailData['productQuantities'][$key] }} | {{ $mailData['productPrices'][$key] }} | {{ $mailData['productVats'][$key] }}% | {{ $mailData['subtotal'][$key] }} |
| Discount (-) | {{ $mailData['discountAmount'] }} |
|---|---|
| Vat (+) | @foreach($mailData['govTax'] as $key => $tax){{ $tax['percentage'] }}% | @endforeach
| Grand total | {{ $mailData['totalAmount'] }} |
| Paid | {{$mailData['paidAmount']}} |
| Due | {{$mailData['dueAmount']}} |
Received By
Authorized By
Powered by OMEGA SOLUTION | Contact: 01885 996601
In Words: {{ numberToWords($mailData['totalAmount']) }}
Notes: {{ $mailData['note'] }}