Tushar Enterprise

Dendar Notunpara Kashemer More, Polli Biddut, Ashulia, Savar, Dhaka

Phone: 01332600801


Customer Information

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 }}
Delivery Information

Full Name {{ $invoiceDownload->delivery_info->name }}
Phone Number {{ $invoiceDownload->delivery_info->phone }}
Email {{ $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 }}
Bill Information

Order No.: {{ $invoiceDownload->order_number }}

Invoice No.: {{ $invoiceDownload->invoice_no }}

Order Date: {{ $invoiceDownload->order_date }}

@foreach ($invoiceDownload->order_items as $item) @endforeach
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 }}