Order Number: {{ $order->order_number }}
Payment Date: {{ $payment->created_at->format('M d, Y H:i:s') }}
Payment Method: {{ $payment->paymentMethod->name }}
Amount: ৳{{ number_format($payment->amount) }}
Transaction ID: {{ $payment->transaction_id }}
Sender Number: {{ $payment->sender_number }}
Customer Details:
| Name: | {{ $order->contact_name }} |
| Email: | {{ $order->contact_email }} |
| Phone: | {{ $order->contact_phone }} |
Please verify this payment and update the status accordingly.
This is an automated notification from {{ config('app.name') }}