Your refund has been processed
Hi {{ $order->user->first_name . ' ' . $order->user->last_name ?? 'Valued Customer' }},
Your order #{{ $order->id }} has been successfully refunded. Please allow 5-10 business days for the refund to appear in your account.
#{{ $order->id }}
{{ $order->created_at->format('F j, Y') }}
{{ ucfirst($order->order_status) }}
{{ DEFAULT_CURRENCY }} {{ number_format($order->order_amount, 2) }}
Thank you for shopping with us!
The {{ config('app.name') }} Team