| # | 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 }} | @if($isEmbedded)@else | ₹{{ number_format($item->price, 2) }} | ₹{{ number_format($item->ttl_amount, 2) }} | @endif{{ $item->cbm }} | {{ $item->ttl_cbm }} | {{ $item->kg }} | {{ $item->ttl_kg }} | {{ $item->shop_no }} | ||
|
No invoice items found. |
|||||||||||||||
| # | Group Name | Basis | Basis Value | Rate | Total Charge | Action | ||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $group->group_name ?? 'Group '.$group->id }} | {{ $group->basis_type }} | {{ number_format($group->basis_value, 3) }} | {{ number_format($group->rate, 2) }} | ₹{{ number_format($group->total_charge, 2) }} | |||||||||||||||||||||||
|
Items in this group:
@if($group->items->isEmpty())
No items linked.
@else
|
||||||||||||||||||||||||||||