Your cancellation request has been rejected
Hi {{ $order->user->first_name . ' ' . $order->user->last_name ?? 'Valued Customer' }},
We regret to inform you that your cancellation request for order #{{ $order->id }} has been declined by our team, and therefore, a refund will not be issued.
@if($order->OrderCancelation && $order->OrderCancelation->admin_rejection_reason)
Reason: {{ $order->OrderCancelation->admin_rejection_reason }}
@endif
If you wish to continue with your order, please contact us for further assistance.
#{{ $order->id }}
{{ $order->created_at->format('F j, Y') }}
Cancellation Request Rejected
{{ DEFAULT_CURRENCY }} {{ number_format($order->order_amount, 2) }}
If you have any questions or need further assistance, please contact our support team.
The {{ config('app.name') }} Team