Order Cancelled

Your order has been cancelled

Order #{{ $order->id }} - Cancelled

Cancelled on {{ now()->format('F j, Y \a\t g:i A') }}

We're Sorry — Your Order Has Been Canceled

Your order has been successfully cancelled.

We regret to inform you that your recent order has been canceled. We sincerely apologize for any inconvenience this may have caused. If you have any questions or need further assistance, please don't hesitate to contact our support team.

Thank you for your understanding.

@if ($order->payment_status !== 'pending')

Refund Information

A full refund will be processed within 3-5 business days.

{{ number_format($order->total_amount, 2) }} {{ $config->currancy ?? '' }}

The refund will be credited back to your original payment method.

@endif

Cancelled Order Summary

Order Status
Cancelled
Payment Status
{{ ucwords(str_replace('_', ' ', $order->payment_status)) }}
Original Order Date
{{ $order->created_at->format('F j, Y') }}
Total Amount
{{ number_format($order->total_amount, 2) }} {{ $config->currancy ?? '' }}

Cancelled Items

@foreach ($orderItems as $item)
{{ $item->product->name }}
Quantity: {{ $item->quantity }}
{{ number_format($item->total, 2) }} {{ $config->currancy ?? '' }}
@endforeach

We're sorry to see you go, but we'd love to have you back!