{{ $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'] ?? '')) }} |
|
@php $product_price += preg_replace("/[^0-9.]/", "", $list['amount']); @endphp
@php $i++; @endphp
@endforeach
@else