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