@extends('layouts.web.main') @section('contents')

You can reach us

Contact Lighthouse Insurance Brokers Ltd for advisory, quotes, policy queries, or claims support. We respond to business and personal enquiries during office hours and prioritise urgent claim notifications.

{{--

We offer a wide range of insurance services to meet your needs. Our team of experts is here to help you find the right insurance coverage for your home, car, life, health, and more. We are committed to providing you with the best customer service and support. Contact us today to learn more about our services and how we can help you protect what matters most.

--}}
{{-- --}}

Contact Us

Visit our Dar es Salaam office, call, or email—we're here to help with insurance placement and claims.

Office address

Renaissance Plaza, 498 Haile Selassie Road, 3rd Floor
P.O. Box 12866, Dar es Salaam, Tanzania

Email

info@lrb.co.tz

Phone

+255 748 677 688

Get In Touch

Send a message with your name, contact details, and whether you need a quote, policy change, or claims help.

@if(session('success')) @endif @csrf @honeypot
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
@if ($errors->has('phone'))
{{ $errors->first('phone') }}
@endif
@if ($errors->has('subject'))
{{ $errors->first('subject') }}
@endif
@if ($errors->has('message'))
{{ $errors->first('message') }}
@endif
{{--

Contact Us

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