You're booked
A confirmation is on its way to {{ $inquiry->email }}. We will call you or send a video link shortly before the session. Need to change the time? WhatsApp us on 0112 440 122.
@elseif ($payment->status === 'paid')Payment verified
Your KES {{ number_format($payment->amountMajor()) }} discovery call is confirmed. Pick the day and time that suits you, we take calls Monday to Saturday.
@elseif ($payment->status === 'failed')Payment not completed
{{ $payment->failure_reason ?: 'No charge was confirmed. You can safely try another method.' }}
Return to coaching @elseWaiting for confirmation
{{ session('checkout_message', 'The payment provider has not confirmed this transaction yet. This page will check again automatically.') }}