Bank Transfer Instructions

Order #{{ $order->order_number }}

Hi {{ $order->customer_name }},

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) }}
⚠️ Important: Please use your order number {{ $order->order_number }} as the payment reference to ensure we can match your payment.
✅ Next Steps:
  1. Log in to your online banking or visit your bank
  2. Make a transfer to the account details above
  3. Use {{ $order->order_number }} as your payment reference
  4. We'll confirm your payment within 1-2 business hours
  5. 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.

Contact Support