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->id }}
{{ $order->created_at->format('F j, Y') }}
Cancellation Request Approved
{{ DEFAULT_CURRENCY }} {{ number_format($order->order_amount, 2) }}
Thank you for your understanding.
The {{ config('app.name') }} Team