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