Cancellation Approved

Your cancellation request has been approved

Hi {{ $order->user->first_name . ' ' . $order->user->last_name ?? 'Valued Customer' }},

Your cancellation request for order #{{ $order->id }} has been approved by our team. Your order has now been cancelled and, Please allow 5-10 business days for the refund to appear in your account.

Order Number

#{{ $order->id }}

Order Date

{{ $order->created_at->format('F j, Y') }}

Order Status

Cancellation Request Approved

Total Amount

{{ DEFAULT_CURRENCY }} {{ number_format($order->order_amount, 2) }}

Thank you for your understanding.
The {{ config('app.name') }} Team