| # | Description | Qty | Rate | Tax | Amount |
|---|---|---|---|---|---|
| {{ $item->description }} | |||||
| {{ $item->long_description ?: $item->description }} | |||||
| {{ $idx }} |
{{ $item->description }}
@if($item->long_description){{ $item->long_description }} @endif
|
{{ number_format($item->quantity, 2) }} | {{ number_format($item->rate, 2) }} | @foreach($itemTaxIds as $taxId) {{ $taxRatesMap[$taxId] ?? 0 }}% @endforeach @if(empty($itemTaxIds))-@endif | {{ number_format($item->amount, 2) }} |
| # | Description | Qty | Rate | Tax | Amount |
|---|---|---|---|---|---|
| {{ $item->description }} | |||||
| {{ $item->long_description ?: $item->description }} | |||||
| {{ $idx }} |
{{ $item->description }}
@if($item->long_description){{ $item->long_description }} @endif
|
{{ number_format($item->quantity, 2) }} | {{ number_format($item->rate, 2) }} | @foreach($itemTaxIds as $taxId) {{ $taxRatesMap[$taxId] ?? 0 }}% @endforeach @if(empty($itemTaxIds))-@endif | {{ number_format($item->amount, 2) }} |
| No items | |||||