There was an issue with your payment!
Unfortunately, there was an issue with the activation process. Please try again or contact support for assistance.
| Payment Mode: | {{ $trx->payment_method }} |
| Issuer Bank: | {{ $trx->bankcode ?: 'N/A' }} |
| Transaction ID: | {{ $txn['NPG_TRANSACTION_ID'] }} |
| Transaction Time: | {{ $trx->trx_transaction_time}} |
| Transaction Result: | {{ $trx->transaction_status }} |
| Transaction Message: | {{ $trx->eps_transaction_msg }} |
| Amount: | RM{{ number_format($trx->trx_amount, 2) }} |
| Dependant card: | @foreach ($children as $child){{ $child['student_name']}} | @endforeach
| Name: | {{ $trx->user_name}} |
| Email: | {{ $trx->user_email }} |
| Phone Number: | {{ $trx->user_hp }} |
| Billing Address: | {{ $trx->address1 }} |
| Additional Address: | {{ $trx->address2 ?: 'N/A' }} |