Payment verified
{{ $payment->course?->title }} is now part of your Money-Wise learning path.
@elseif ($payment->status === 'failed')Payment not completed
{{ $payment->failure_reason ?: 'No charge was confirmed. You can safely try again.' }}
@elseWaiting for confirmation
{{ session('checkout_message', 'The payment provider has not confirmed this transaction yet. This page will check again automatically.') }}