@extends('layouts.app') @section('title', 'Contact Us') @section('meta_description', 'Get in touch with the Kuvaka team. We\'re here to help and answer any questions.') @section('content')

Contact Us

We're here to help and answer any questions you might have.

Get in Touch

Visit Us

9th Floor, Kuvaka House
123 Robert Mugabe Road
Harare, Zimbabwe

Call Us

Toll Free: 0800 123 456
Support: +263 242 123 456

Email Us

General: info@kuvaka.co.zw
Support: support@kuvaka.co.zw

Office Hours

Monday - Friday: 8:00 AM - 4:30 PM
Saturday - Sunday: Closed

Follow Us

Send Us a Message

@if(session('success'))
{{ session('success') }}
@endif
@csrf
@error('name')
{{ $message }}
@enderror
@error('email')
{{ $message }}
@enderror
@error('subject')
{{ $message }}
@enderror
@error('message')
{{ $message }}
@enderror

Find Us

Frequently Asked Questions

You can contact our support team via email at support@kuvaka.co.zw or call our toll-free number 0800 123 456. We're available Monday to Friday, 8 AM to 4:30 PM.

Yes, we take privacy and security seriously. All personal information is encrypted, and you can use the app anonymously. We never share your data without your consent.

We're always looking for partners! Please email partnerships@kuvaka.co.zw with details about your organization and how you'd like to collaborate.
@endsection