@extends('layouts.web') @section('title') Contact Us @endsection @section('content')

{{ $settings->companyName }}

{{ $settings->companyName }}, a modern establishment offering the utmost comfort, convenience, and efficiency to the astute traveler.

Address

P.O. Box {!! $settings->boxAddress !!}-{!! $settings->code !!}, {!! $settings->officeAddress !!} Estate
{!! $settings->town !!} Town Kenya

Get in touch

@livewire('web.contact-form')
@endsection