Total Products in Cart ({!! isset($data['products']) ? count($data['products']) : '0' !!})
@php $i = 1; $product_price = 0; @endphp @if (isset($data['products']) && count($data['products']) > 0) @foreach ($data['products'] as $key => $list) @php $product_price += preg_replace("/[^0-9.]/", "", $list['amount']); @endphp @php $i++; @endphp @endforeach @else @endif
Item Details Rate Calculation on Item QTY Gross Weight Rate TAX AMOUNT Delete
{{ $list['product'] ?? '' }} {{ $list['rate_calculation_type_name'] ?? '' }} {{ $list['gross_weight'] ?? '' }} {{ $list['weight_type_code'] ?? '' }} {{ $list['product_price'] ?? '' }} {{ $list['tax_per'] ?? '' }}%
{{ convertDecimelPoint($list['tax_flat'] ?? '') }}
{{ convertDecimelPoint($list['amount'] ?? ($list['amount'] ?? '')) }}
No Data Found