@php($discoveryFee = max(1, (int) \App\Models\Setting::get('coaching_discovery_fee_kes', 20000))) Book a Coaching Discovery Call Start your one-on-one financial coaching with a 45-minute discovery call. Tell us a little about you, and we'll match you with the right coach.

Coaching

Book your discovery call

Coaching starts with a focused 45-minute discovery call. Share a few details so your coach can prepare, then we'll confirm your session.

@if (session('inquiry_sent'))

Received, asante!

We'll be in touch shortly to confirm your coach and share the payment + booking link for your discovery call.

@endif
{{-- Intake form --}}
@csrf

A little about you

@error('name')

{{ $message }}

@enderror
@error('email')

{{ $message }}

@enderror

Your details are private. You will sign in or create a free profile before payment so this journey is saved to your dashboard.

{{-- Side: how it works --}}

The discovery call

KES {{ number_format($discoveryFee) }}

A focused 45-minute session to understand where you are and map the way forward.

Credited in full toward your coaching program if you decide to continue.

How it works

    @foreach (['Share your details here', 'We match you with the right coach', 'Pay and book your discovery call', 'Meet, get clarity, and decide on next steps'] as $i => $step)
  1. {{ $i + 1 }} {{ $step }}
  2. @endforeach