@foreach($sale_order_dataa as $row) @endforeach
S.NO Item Uom QTY. * Rate Amount Discount% Discount Amount Sales Tax 17% Sales Tax 3% Amount
{{ $count++ }} {{ $row->desc }} {{ CommonHelper::only_uom_nam_by_item_id($row->item_id) }} {{ $row->qty }} {{ number_format($row->rate,2) }} {{ number_format($row->sub_total,2) }} {{ number_format($row->discount,2) }} {{ number_format($row->discount_amount,2) }} {{ number_format($sales_tax,2) }} {{ number_format($sales_additional,2) }} {{ number_format($net_price,2) }}
Total {{ number_format($total_sub_total,2) }} {{ number_format($total_discount_amount,2) }} {{ number_format($total_sales_tax,2) }} {{ number_format($total_additional,2) }} {{ number_format($total_net_price,2) }}