Cancellation Rejected

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 Number

#{{ $order->id }}

Order Date

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

Order Status

Cancellation Request Rejected

Total Amount

{{ 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