Dear Customer,
We are pleased to inform you that your payment has been completed successfully.
Order Number: {{ $payment->orderNo ?? 'N/A' }}
Transaction ID: {{ $payment->transaction_id ?? 'N/A' }}
Payment Method: {{ ucfirst($payment->payment_method ?? 'N/A') }}
@if(isset($transactionData['amount']))Amount: {{ number_format($transactionData['amount'], 2) }} PKR
@endifCompleted At: {{ $payment->completed_at ? $payment->completed_at->format('Y-m-d H:i:s') : 'N/A' }}
Your order is now being processed. You will receive further updates shortly.
Thank you for your business!
This is an automated email. Please do not reply to this message.