@extends('layouts.app') @section('title','Contact Conference Rentals Zambia') @section('content')

Visit or contact us

We want it to be easy for clients to find our office and reach our team.

Office Address{{ config('business.address') }}
Office Hours{{ config('business.hours') }}
@if(config('business.maps_embed_url')) @else

Google Map

The CMS will allow the administrator to configure the official Google Maps embed URL and directions link.

@endif

Send us a message

@include('contact.form',['type'=>'contact'])
@endsection