@if(!Request::ajax()) @extends('layouts.app') @section('content') @include('layouts.inner_banner') @endif

Get in Touch

We are available by e-mail or by phone. You can also use the quick complaint form to ask a question about our services and projects we are working on. We would be pleased to answer your questions.

{!! Form::open(['method' => 'post','class'=>'nqform mt-xs-30', 'id'=>'complaint_page_form']) !!}
* Denotes Required Inputs
{!! Form::text('first_name', old('first_name'), array('id'=>'first_name', 'class'=>'form-control nq-input', 'name'=>'first_name', 'maxlength'=>'60', 'onpaste'=>'return false;', 'ondrop'=>'return false;')) !!} @if ($errors->has('first_name')) {{ $errors->first('first_name') }} @endif
{!! Form::email('complaint_email', old('complaint_email'), array('id'=>'complaint_email', 'class'=>'form-control nq-input', 'name'=>'complaint_email', 'maxlength'=>'60', 'onpaste'=>'return false;', 'ondrop'=>'return false;')) !!} @if ($errors->has('complaint_email')) {{ $errors->first('complaint_email') }} @endif
{!! Form::text('service', old('service'), array('id'=>'service', 'class'=>'form-control nq-input', 'name'=>'service', 'maxlength'=>'60', 'onpaste'=>'return false;', 'ondrop'=>'return false;')) !!} @if ($errors->has('service')) {{ $errors->first('service') }} @endif
{!! Form::text('Company', old('Company'), array('id'=>'Company', 'class'=>'form-control nq-input', 'name'=>'Company', 'maxlength'=>'60', 'onpaste'=>'return false;', 'ondrop'=>'return false;')) !!} @if ($errors->has('Company')) {{ $errors->first('Company') }} @endif
{!! Form::text('phone_number', old('phone_number'), array('id'=>'phone_number', 'class'=>'form-control nq-input', 'name'=>'phone_number', 'maxlength'=>"20", 'onpaste'=>'return false;', 'ondrop'=>'return false;', 'onkeypress'=>'javascript: return KeycheckOnlyPhonenumber(event);')) !!} @if ($errors->has('phone_number')) {{ $errors->first('phone_number') }} @endif
{!! Form::textarea('user_message', old('user_message'), array('class'=>'form-control nq-textarea', 'name'=>'user_message', 'rows'=>'6', 'id'=>'user_message', 'spellcheck'=>'true', 'onpaste'=>'return false;', 'ondrop'=>'return false;' )) !!} @if ($errors->has('user_message')) {{ $errors->first('user_message') }} @endif
{!! Form::textarea('company_response', old('company_response'), array('class'=>'form-control nq-textarea', 'name'=>'company_response', 'rows'=>'6', 'id'=>'company_response', 'spellcheck'=>'true', 'onpaste'=>'return false;', 'ondrop'=>'return false;' )) !!} @if ($errors->has('company_response')) {{ $errors->first('company_response') }} @endif
@if(File::exists(app_path().'/NewsletterLead.php'))
@endif
@if ($errors->has('g-recaptcha-response')) @endif
{!! Form::close() !!}
@if(!empty($complaint_info)) @foreach($complaint_info as $key => $value)

{{ $value->varTitle }}

@if(!empty($value->txtAddress))
Address:
{!! nl2br($value->txtAddress) !!}
@endif @if(!empty($value->varPhoneNo))
Phone:
@php $phone = unserialize($value->varPhoneNo); @endphp @foreach($phone as $p) {{ $p }} @endforeach
@endif @if(!empty($value->varEmail))
Email:
@php $email = unserialize($value->varEmail); @endphp @foreach($email as $e) {{ $e }} @endforeach
@endif
Opening Hours:
Monday to Friday: 8:30am-5:30pm
Saturday: 10am-2pm
Sunday: Closed
@endforeach @endif @if( !empty(Config::get('Constant.SOCIAL_FB_LINK')) || !empty(Config::get('Constant.SOCIAL_TWITTER_LINK')) || !empty(Config::get('Constant.SOCIAL_YOUTUBE_LINK')) || !empty(Config::get('Constant.SOCIAL_TRIPADVISOR_LINK')) || !empty(Config::get('Constant.SOCIAL_LINKEDIN_LINK')) || !empty(Config::get('Constant.SOCIAL_INSTAGRAM_LINK')) || !empty(Config::get('Constant.SOCIAL_TUMBLR_LINK')) || !empty(Config::get('Constant.SOCIAL_PINTEREST_LINK')) || !empty(Config::get('Constant.SOCIAL_FLICKR_LINK')) || !empty(Config::get('Constant.SOCIAL_DRIBBBLE_LINK')) || !empty(Config::get('Constant.SOCIAL_RSS_FEED_LINK')) )
Follow Us
    @if(!empty(Config::get('Constant.SOCIAL_FB_LINK')))
  • @endif @if(!empty(Config::get('Constant.SOCIAL_TWITTER_LINK')))
  • @endif @if(!empty(Config::get('Constant.SOCIAL_YOUTUBE_LINK')))
  • @endif @if(!empty(Config::get('Constant.SOCIAL_TRIPADVISOR_LINK')))
  • @endif @if(!empty(Config::get('Constant.SOCIAL_LINKEDIN_LINK')))
  • @endif @if(!empty(Config::get('Constant.SOCIAL_INSTAGRAM_LINK')))
  • @endif @if(!empty(Config::get('Constant.SOCIAL_TUMBLR_LINK')))
  • @endif @if(!empty(Config::get('Constant.SOCIAL_PINTEREST_LINK')))
  • @endif @if(!empty(Config::get('Constant.SOCIAL_FLICKR_LINK')))
  • @endif @if(!empty(Config::get('Constant.SOCIAL_DRIBBBLE_LINK')))
  • @endif @if(!empty(Config::get('Constant.SOCIAL_RSS_FEED_LINK')))
  • @endif
@endif
@if(!Request::ajax()) @section('footer_scripts') @endsection @endsection @endif