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