Items | {{--Product ID | --}}Qty | Total Unit Price | {{--Discount Breakdown | --}}Discount Amount | Total | |||||
---|---|---|---|---|---|---|---|---|---|---|---|
{{--Wordpress Template--}}
{{$line_item['erp_material']}}
{{$line_item['item_name']}} |
{{-- {{$line_item->erp_material}} | --}}{{$line_item['quantity']}} | ₱ {{number_format($line_item['unit_price'],2)}} | {{--₱ {{number_format($line_item->dscnt_amt,2)}} | --}} {{--remove 11-17-22--}} {{--
| --}}
₱ {{number_format($line_item['dscnt_amt'],2)}} | ₱ {{number_format($line_item['order_amount'],2)}} | @php $sum_total+=$line_item['order_amount']; @endphp||||
--}} |
Sub Total |
₱ {{number_format($sum_total,2)}}
|