Hi {{ $order->customer_name }},
Thank you for your order! To complete your payment, please follow the bank transfer instructions below.
Thank you for your order! To complete your payment, please follow the bank transfer instructions below.
YOUR ORDER NUMBER
{{ $order->order_number }}
🏦 Bank Transfer Details
Bank Name:
Maybank
Account Name:
NEOSOLVIX SDN BHD
Account Number:
5621 8910 2345
Reference:
{{ $order->order_number }}
Amount to Pay:
{{ $order->currency ?? 'MYR' }} {{ number_format($order->total_amount, 2) }}
Please use your order number {{ $order->order_number }} as the payment reference to ensure we can match your payment.
✅ Next Steps:
- Log in to your online banking or visit your bank
- Make a transfer to the account details above
- Use {{ $order->order_number }} as your payment reference
- We'll confirm your payment within 1-2 business hours
- You'll receive a confirmation email once payment is verified
Order Summary
@if($paymentForm)
Payment For
{{ $paymentForm->name }}
@endif
Order Date
{{ $order->created_at->format('M d, Y H:i') }}
Customer Email
{{ $order->customer_email }}
@if($order->customer_phone)
Phone
{{ $order->customer_phone }}
@endif
If you have any questions about your order or payment, please don't hesitate to contact us.