Customer Id: {{$invoice->customer_id}}
Customer Name: {{$invoice->customer->customer_name}}
Customer Address: {{$invoice->customer->address}}
Customer Mobile: {{$invoice->customer->mobile}}
Sale by: {{$invoice->user_id }}
Invoice No.:{{$invoice->invoice_no }}
Sale Date: {{$invoice->invoice_date }}
| Sl. |
Description |
Quantity |
Unit Price |
Total |
@foreach($salesProductInvoice as $Product)
| {{$loop->iteration}} |
{{$Product->product_name}}
|
{{$Product->quantity}} |
{{$Product->sale_price}} |
{{$Product->total}} |
@endforeach
| Previous Due: |
0 |
| Current Due: |
0.00 |
|
| Total Due: |
0.00 |
| Sub Total: |
{{$salesInvoice->sub_total}} |
| VAT: |
{{$salesInvoice->total_vat_amount}} |
| Discount: |
{{$salesInvoice->total_discount}} |
| Transport Cost: |
{{$salesInvoice->total_transport}} |
|
| Total: |
{{$salesInvoice->total_amount}} |
| Paid: |
{{$salesInvoice->total_paid}} |
|
| Due: |
{{$salesInvoice->total_due}} |
{{--
--}}
{{--
In Word: Twenty Two Thousand Six Hundred Twenty only
Note: --}}
{{--
--}}
{{--
--}}