Enroll in {{ $course->title }} Complete your secure Money-Wise Academy enrollment.
Back to course

Secure enrollment

Turn the recommendation into action.

Your access is activated only after the payment provider confirms the exact course, amount and currency.

Choose how to pay

One payment, lifetime course access

Money-Wise never stores your card or mobile-money PIN.

@if ($errors->any())
{{ $errors->first() }}
@endif @if ($latestPayment)

Latest attempt: {{ \Illuminate\Support\Str::headline($latestPayment->status) }}

{{ $latestPayment->created_at->diffForHumans() }} via {{ \Illuminate\Support\Str::headline($latestPayment->gateway) }}

View status
@endif @if (empty($gateways))

Online payment is being configured

Your course and account are ready. Ask the team to help you complete enrollment without losing your place.

Request enrollment help
@else
@csrf
Payment method
@foreach ($gateways as $key => $gateway) @endforeach
Pay in
@if ($course->price_kes > 0) @endif @if ($course->price_usd > 0) @endif

The M-Pesa prompt will be sent to this number.

Course access is granted only after verified payment.

@endif