Company: {{ $invoice->company_name }}
@endifMobile: {{ $invoice->customer_mobile }}
Email: {{ $invoice->customer_email }}
Address:
{{ $invoice->customer_address }}
Pincode: {{ $invoice->pincode }}
| # | Description | CTN | QTY | TTL/QTY | Unit | Price | TTL Amount | CBM | TTL CBM | KG | TTL KG | Shop No |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $i+1 }} | {{ $item->description }} | {{ $item->ctn }} | {{ $item->qty }} | {{ $item->ttl_qty }} | {{ $item->unit }} | ₹{{ number_format($item->price,2) }} | ₹{{ number_format($item->ttl_amount,2) }} | {{ $item->cbm }} | {{ $item->ttl_cbm }} | {{ $item->kg }} | {{ $item->ttl_kg }} | {{ $item->shop_no }} |