Contact Us

{{ isset($status) && $status == 'success' ? 'Thank you' : 'Contact us' }}

@if (isset($status) && $status == 'success')
Thank you for contacting us. One of our representatives will be in contact shortly regarding your inquiry. If the matter requires immediate assistance, please ring us at {{ env('COMPANY_PHONE_NUMBER', "09 928 6828") }} .
@else
@csrf
{{ $errors->first('g-recaptcha-response') }} @if ($errors->first('message') && strpos($errors->first('message'), 'g-recaptcha-response') !== false) Please fill the recaptcha @endif
@endif

Get in touch

Customer Service

Our New Zealand based customer service team is available to Call {{ env('COMPANY_PHONE_NUMBER', "09 928 6828") }} for quick personalised service. Our helpline is open from {{ env('WORKING_HOUR_STARTS', '9 am') }} to {{ env('WORKING_HOUR_ENDS', '5 pm') }}, Mon-Fri.