@foreach($order as $d) @endforeach
{{$d->productName}} @if($d->varient_id>0) {{$d->varient_name}} @endif
Qty: @if($d->is_return==1) {{$d->return_quantity}} @else {{$d->quantity}} @endif Rs {{$d->price}}
Total Rs {{ number_format($current_order->totalPrice-$current_order->shippingPrice,2)}}
Shipping Charge Rs {{$current_order->shippingPrice}}
Final Amount Rs {{$current_order->totalPrice}}