Contact Us Get in touch with Money-Wise, support, company financial wellness, speaking engagements and coaching. @php $topics = [ 'support' => ['icon' => 'message-circle', 'label' => 'General support', 'blurb' => 'Questions about tools, courses or your account'], 'corporate' => ['icon' => 'building', 'label' => 'Company wellness', 'blurb' => 'Financial wellness programmes for your company'], 'speaking' => ['icon' => 'users', 'label' => 'Book a speaker', 'blurb' => 'Conferences, retreats and events'], 'coaching' => ['icon' => 'compass', 'label' => 'Coaching', 'blurb' => 'One-on-one financial guidance'], ]; $selected = request('topic', 'support'); if (! array_key_exists($selected, $topics)) { $selected = 'support'; } @endphp

Karibu, talk to us

We'd love to hear from you

Whatever the money question, there's no judgement here. Pick a topic and say hello.

@if (session('inquiry_sent'))

Message sent, asante!

We'll get back to you within one working day.

@endif
{{-- Topic picker + direct contacts --}}
@foreach ($topics as $key => $topic) @endforeach
{{-- Form --}}
@csrf
@error('name')

{{ $message }}

@enderror
@error('email')

{{ $message }}

@enderror

What would you like us to address?

@foreach (['Debt', 'Saving', 'Budgeting', 'Investing', 'Retirement planning', 'Financial confidence', 'Money and relationships', 'Other'] as $topicOption) @endforeach
@error('message')

{{ $message }}

@enderror