An order has been cancelled by the buyer.
Order Details
Order ID:
{{ $order->order_id }}
Order Date:
{{ date('F j, Y', strtotime($order->order_date)) }}
Order Amount:
QAR {{ number_format($order->final_amount, 2) }}
Payment Method:
{{ ucfirst($order->payment_method) }}
Buyer Name:
{{ $buyerName }}
Cancellation Reason:
{{ $reason }}
⚠ Wallet Adjustment
Since this order was paid through wallet, the refund amount of QAR {{ number_format($order->final_amount, 2) }}
has been deducted from your wallet and credited back to the buyer.