{{ $order->address->receiver_email }},
{{ $order->address->receiver_phone }} {{ $order->address->alternate_phone }},
{{ $order->address->landmark }}, {{ $order->address->house_no }} {{ $order->address->society }} {{ $order->address->city }} {{ $order->address->state }}, {{ $order->address->pincode }},
-
{{-- Product Image --}}
-
-
{{ $item->product_name }}
@php $mrp = $item->variation->mrp; $price = $item->variation->price; $percentOff = $mrp > 0 && $price > 0 ? round((($mrp - $price) / $mrp) * 100) : 0; @endphp @if ($mrp != $price && $mrp != 0) {{ $percentOff }}% off MRP@if ($item->variation->variation_attributes->isNotEmpty())₹{{ $mrp }}@endif ₹{{ $price }}{{ $item->variation->variation_attributes->map(function ($attribute) { return $attribute->attribute->attribute->name . ': ' . $attribute->attribute->name; })->implode(', ') }}
@endif{{ $item->quantity }} Item{{ $item->quantity > 1 ? 's' : '' }}: ₹{{ $item->variation->price * $item->quantity }}
Sub Toatal : ₹{{ $total }}
Applied Coupon : -₹{{ $order->coupon_discount }}
@if ( $order->coupon)
({{ $order->coupon->coupon_name?? '' }})
@endif
Total: ₹{{ $order->total_price }}
Total: ₹{{ $order->total_price }}
No Orders Found
You haven't placed any orders yet. Start shopping to see your orders here!