@php $kenyaBranches = [ [ 'id' => 'nairobi-branch', 'name' => 'Nairobi Branch', 'address' => 'The Atrium Building, Chaka Road, 4th Floor, Suite 4.07', 'email' => 'uza@uzapoint.com', 'phone' => '+254 705 679 297', 'phone_href' => 'tel:+254705679297', ], [ 'id' => 'mombasa-branch', 'name' => 'Mombasa Branch', 'address' => 'Mombasa, Kenya', 'email' => 'ke@uzapoint.com', 'phone' => '+254 704 502 414', 'phone_href' => 'tel:+254704502414', ], [ 'id' => 'eldoret-branch', 'name' => 'Eldoret Branch', 'address' => 'Eldoret, Kenya', 'email' => 'ke@uzapoint.com', 'phone' => '+254 704 502 414', 'phone_href' => 'tel:+254704502414', ], ]; $regionalOffices = [ ['country' => 'Kenya', 'city' => 'Nairobi', 'flag' => 'ke', 'email' => 'ke@uzapoint.com', 'phone' => '+254 704 502 414', 'phone_href' => 'tel:+254704502414'], ['country' => 'Tanzania', 'city' => 'Dar Es Salaam', 'flag' => 'tz', 'email' => 'tz@uzapoint.com', 'phone' => '+255 680 321 796', 'phone_href' => 'tel:+255680321796'], ['country' => 'Uganda', 'city' => 'Kampala', 'flag' => 'ug', 'email' => 'ke@uzapoint.com', 'phone' => '+254 704 502 414', 'phone_href' => 'tel:+254704502414'], ['country' => 'Rwanda', 'city' => 'Kigali', 'flag' => 'rw', 'email' => 'rw@uzapoint.com', 'phone' => '+250 793 945 285', 'phone_href' => 'tel:+250793945285'], ['country' => 'Zambia', 'city' => 'Lusaka', 'flag' => 'zm', 'email' => 'ke@uzapoint.com', 'phone' => '+254 704 502 414', 'phone_href' => 'tel:+254704502414'], ['country' => 'Nigeria', 'city' => 'Lagos', 'flag' => 'ng', 'email' => 'ke@uzapoint.com', 'phone' => '+254 704 502 414', 'phone_href' => 'tel:+254704502414'], ['country' => 'South Africa', 'city' => 'Johannesburg', 'flag' => 'za', 'email' => 'ke@uzapoint.com', 'phone' => '+254 704 502 414', 'phone_href' => 'tel:+254704502414'], ]; @endphp

Come and say hi

We're located at stylish places just like you. Feel free to pass by and say hi, or reach out to the team nearest you.

@foreach ($kenyaBranches as $branch) @endforeach

Where we operate

Local teams and support across seven markets. Reach the desk closest to your business.

@foreach ($regionalOffices as $index => $office) @endforeach