Payment Successful!

Thank you for your payment. Your transaction has been completed successfully.

Order Number: {{ $order->order_number }}
Amount Paid: {{ $order->currency ?? 'MYR' }} {{ number_format($order->total_amount, 2) }}
Payment Method: {{ ucfirst($order->payment_method) }}
Payment Status: Paid
Date: {{ $order->created_at->format('d M Y, H:i') }}
@if($paymentForm && $paymentForm->name)
Payment For: {{ $paymentForm->name }}
@endif

A confirmation email has been sent to your registered email address.

@if($paymentForm && $paymentForm->success_message)
{{ $paymentForm->success_message }}
@endif
@if($paymentForm && $paymentForm->website) Return to Website @endif
Powered by Neosolvix