{{ $list['additional_charges'] ?? '' }} |
{{ $list['charge_rate'] ?? '' }} |
{{ $list['charge_quantity'] ?? ""}} |
{{ $charge_tax_per ?? '' }}% {{ convertDecimelPoint($charge_tax ?? '') }} |
{{ convertDecimelPoint($list['charge_amount'] ?? ($list['charge_amount'] ?? '')) }} |
|
|
{{-- @php $charge_price += preg_replace("/[^0-9.]/", "", $list['amount']); @endphp --}}
@php $i++; @endphp
@endforeach
@else