ZAKH logo

Premium Quality Delivered

🎉

Order Confirmed!

Thank you for choosing logo , {{ $order->address->receiver_name ?? 'Valued Customer' }}!

Hello {{ $order->address->receiver_name ?? 'Valued Customer' }},

Your order has been completed and Delivered. We appreciate your trust!

Order #{{ $order->cart_id ?? 'N/A' }}

Ordered on {{ $order->created_at ?? now()->format('F j, Y') }}

Completed

Customer Details

{{ $order->address->receiver_name ?? 'N/A' }}

{{ $order->address->receiver_phone ?? 'N/A' }}

Payment Method

{{ $order->payment_method ?? 'N/A' }}

Expected Delivery

{{ $order->delivery_date ?? 'N/A' }}

{{ $order->time_slot ?? 'Standard Delivery' }}

Order Items

@if ($order->orderItems->isNotEmpty()) @foreach ($order->orderItems as $item) @php $mrp = $item->variation->mrp ?? 0; $price = $item->variation->price ?? 0; $quantity = $item->quantity ?? 1; $percentOff = $mrp > 0 && $price > 0 ? round((($mrp - $price) / $mrp) * 100) : 0; @endphp @endforeach @else @endif
Product Qty Price
{{ $item->product_name ?? 'Product Name' }}
@if (isset($item->variation->variation_attributes) && $item->variation->variation_attributes->isNotEmpty()) @php $attributes = $item->variation->variation_attributes ->map(function ($attribute) { return ($attribute->attribute->attribute ->name ?? 'Attribute') . ': ' . ($attribute->attribute->name ?? 'Value'); }) ->implode(', '); @endphp
{{ $attributes }}
@endif
{{ $quantity }}
@if ($percentOff > 0)
{{ $percentOff }}% OFF
₹{{ number_format($mrp, 2) }}
@endif
₹{{ number_format($price, 2) }}
No items found in this order

Order Summary

@if (isset($order->paid_by_wallet) && $order->paid_by_wallet > 0) @endif @if (isset($order->coupon_discount) && $order->coupon_discount > 0) @endif
Products Total: ₹{{ number_format($order->price_without_delivery + $order->coupon_discount ?? 0, 2) }}
Delivery Charges: +₹{{ number_format($order->delivery_charge ?? 0, 2) }}
Wallet Payment: -₹{{ number_format($order->paid_by_wallet, 2) }}
Coupon Savings: -₹{{ number_format($order->coupon_discount, 2) }}
Total Amount: ₹{{ number_format($order->rem_price ?? 0, 2) }}
@if (isset($order->address))

📍 Delivery Address

{{ $order->address->type ?? 'Address' }}
{{ $order->address->house_no ?? '' }}, {{ $order->address->society ?? '' }}
@if (isset($order->address->landmark) && $order->address->landmark)
Near {{ $order->address->landmark }}
@endif
{{ $order->address->city ?? '' }}, {{ $order->address->state ?? '' }} - {{ $order->address->pincode ?? '' }}
@endif
❤️

Thank You for Choosing Us!

We hope you love your order and look forward to serving you again soon.

logo

Premium Quality, Delivered with Care

📞 9910336595

© 2025. All rights reserved.