Tushar Enterprise
Dendar Notunpara Kashemer More, Polli Biddut, Ashulia, Savar, Dhaka Phone: 01332600801 |
| Customer Name | {{ $invoiceDownload->users->name }} |
|---|---|
| Customer Phone Number | {{ $invoiceDownload->users->phone }} |
| Customer Email | {{ $invoiceDownload->users->email }} |
| Customer Location (Division) | {{ $invoiceDownload->divisions->name }} |
| Customer Location (District) | {{ $invoiceDownload->districts->name }} |
| Customer Location (Thana) | {{ $invoiceDownload->thanas->name }} |
| Full Name | {{ $invoiceDownload->delivery_info->name }} |
|---|---|
| Phone Number | {{ $invoiceDownload->delivery_info->phone }} |
| {{ $invoiceDownload->delivery_info->email }} | |
| Address | {{ $invoiceDownload->delivery_info->address }} |
| Area Name | {{ $invoiceDownload->delivery_info->area_name }} |
| Division Name | {{ $invoiceDownload->divisions->name }} |
| District Name | {{ $invoiceDownload->districts->name }} |
| Thana Name | {{ $invoiceDownload->thanas->name }} |
| Delivery Note | {{ $invoiceDownload->notes }} |
Order No.: {{ $invoiceDownload->order_number }}
Invoice No.: {{ $invoiceDownload->invoice_no }}
Order Date: {{ $invoiceDownload->order_date }}
| SL. | Product Name | Quantity | Price | Total |
|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $item->products->en_name }} | {{ $item->qty }} | {{ $item->price }} | {{ $item->qty * $item->price }} |
| Sub Total | {{ $invoiceDownload->order_items->sum(function($item) { return $item->qty * $item->price; }) }} |
|---|---|
| VAT | 0.00 |
| Shipping Charge | {{ $invoiceDownload->delivery_charge }} |
| Grand Total | {{ $invoiceDownload->order_items->sum(function($item) { return $item->qty * $item->price; }) + $invoiceDownload->delivery_charge }} |