@extends("app") @section('head_title', getcong('contact_us_title').' | '.getcong('site_name') ) @section('head_url', Request::url()) @section('canonical_url', config('app.url').'contact-us') @section('head_image', config('app.url').'public/assets/logo' . '.png' . '.webp') @section("content") {!! NoCaptcha::renderJs() !!}

Connect with Us

Do you want to chat? We'd love to hear from you! Get in touch with our Customer Team for any help or just to say hello.

@if(Session::has('flash_message_contact')) @endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif {!! Form::open(array('url' => 'contact-us','class'=>'','id'=>'contactform','role'=>'form')) !!}
{!! app('captcha')->display() !!} @if ($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif
{!! Form::close() !!}

Line

Get In Touch