Total Charges in Cart ({!! isset($data['charges']) ? count($data['charges']) : '0' !!})
@php $i = 1; $charge_price = 0; @endphp @if (isset($data['charges']) && count($data['charges']) > 0) @foreach ($data['charges'] as $key => $list) @php $charge_price += preg_replace("/[^0-9.]/", "", $list['amount']); @endphp @php $i++; @endphp @endforeach @else @endif
Charge Name Rate Qty Tax Amount Delete
{{ $list['charge'] ?? '' }} {{ $list['charge_rate'] ?? '' }} {{ $list['tax_per'] ?? '' }}%
{{ convertDecimelPoint($list['tax_flat'] ?? '') }}
{{ convertDecimelPoint($list['amount'] ?? ($list['amount'] ?? '')) }}
No Data Found