@if($status === 'completed')
✓
Payment Successful
Your gold purchase transaction has been completed successfully.
@else
✗
Payment Failed
Your transaction could not be processed. Please try again.
@endif
| Reference ID |
{{ $trx->trx_ref }} |
| Gold Weight |
{{ number_format($weight, 4) }} g |
| Total Amount |
RM {{ number_format($amount, 2) }} |
@if($fpx_txn_id)
| FPX Transaction ID |
{{ $fpx_txn_id }} |
@endif
Back to App