{{ ++$k }} |
{{isset($v['title']) && $v['title'] ? $v['title'] : ''}} |
Others |
{{isset($v['product_id']) && $v['product_id'] ? $v['product_id'] : ''}} |
{{isset($v['quantity']) && $v['quantity'] ? $v['quantity'] : ''}} |
{{isset($addons['price']['price_without_discount']) && $addons['price']['price_without_discount'] ? $addons['price']['price_without_discount'] : ''}} |
{{isset($addons['price']['price_without_discount']) && $addons['price']['price_without_discount'] ? $addons['price']['price_without_discount'] : ''}} |
0.5 |
{{ isset($prices['discount']) && $prices['discount'] ? $prices['discount'] : 0 }} |
{{isset($v['amount']) && $v['amount'] ? $v['amount'] : ''}} |
{{ isset($order['igst_tax_percentage']) && $order['igst_tax_percentage'] ? $order['igst_tax_percentage'].'%' : '' }} |
{{ isset($order['igst_tax_percentage']) && $order['igst_tax_percentage'] > 0 ? (($v['amount']*$order['igst_tax_percentage'])/100) : '' }} |
0.00 |
india |
@endforeach