Total Products in Cart ({!! isset($items) ? count($items) : '0' !!})
@php $i = 1; $product_price = 0; @endphp @if (isset($items) && count($items) > 0) @foreach ($items 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 Edit Delete
{{ $list['item_details'] ?? '' }} {{ $list['rate_calculation_type'] ?? '' }} {{ $list['quantity'] ?? ""}} {{ $list['gross_weight'] ?? '' }} {{ $list['weight_calculation_on'] ?? '' }} {{ $list['rate'] ?? '' }} {{ $item_tax_per ?? '' }}%
{{ convertDecimelPoint($item_tax_amount ?? '') }}
{{ convertDecimelPoint($list['total_amount'] ?? ($list['total_amount'] ?? '')) }}
No Data Found