We're sorry to inform you that your order has been cancelled, {{ $order->address->receiver_name ?? 'Valued Customer' }}!
Hi {{ $order->address->receiver_name ?? 'Valued Customer' }},
We regret to inform you that we had to cancel your order due to unforeseen circumstances. We sincerely apologize for any inconvenience this may cause and are committed to making this right.
@php $paymentStatus = strtolower($order->payment_status ?? 'pending'); $isPaid = in_array($paymentStatus, ['paid', 'completed', 'success', 'refunded']); @endphp @if ($isPaid)| Order #{{ $order->cart_id ?? ($order->order_id ?? 'N/A') }} | CANCELLED |
| Customer Name: | {{ $order->address->receiver_name ?? 'N/A' }} |
| Contact: | {{ $order->address->receiver_phone ?? 'N/A' }} @if (isset($order->address->user_phone) && $order->address->user_phone != $order->address->receiver_phone) , {{ $order->address->user_phone }} @endif |
| Order Date: | {{ $order->order_date ? \Carbon\Carbon::parse($order->order_date)->format('F j, Y') : 'N/A' }} |
| Cancellation Date: | {{ $order->cancelled_at ?? now()->format('F j, Y') }} |
| Payment Method: | {{ $order->payment_method ?? 'PayGlocal' }} |
| Payment Status: | @if ($isPaid) {{ strtoupper($paymentStatus) }} @else {{ strtoupper($paymentStatus) }} @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
CANCELLED
|
{{ $quantity }} |
@if ($percentOff > 0)
{{ $percentOff }}%
off
MRP ₹{{ number_format($mrp, 2) }}
@endif
₹{{ number_format($price, 2) }}
|
| No items found | ||
| Products Price: | ₹{{ number_format(($order->price_without_delivery ?? 0) + ($order->coupon_discount ?? 0), 2) }} |
| Delivery Charge: | +₹{{ number_format($order->delivery_charge ?? 0, 2) }} |
| Paid By Wallet: | -₹{{ number_format($order->paid_by_wallet, 2) }} |
| Coupon Discount: | -₹{{ number_format($order->coupon_discount, 2) }} |
| @if ($isPaid) 💳 Refund Amount: @else Total (Not Charged): @endif | @if ($isPaid) ₹{{ number_format($order->total_price ?? 0, 2) }} @else ₹{{ number_format($order->total_price ?? 0, 2) }} @endif |
We value your business and hope to serve you better in the future. Please contact us if you have any questions about {{ $isPaid ? 'your refund or' : '' }} the cancellation.
ZAKH
Copyright ©
2025, ZAKH
LIG FLAT NO 3, G/F, PH II, SEC 18B, DWARKA, NSIT DWARKA, SOUTH WEST DELHI, DELHI, INDIA, 110078
📞 9910336595