@extends('layouts.front-page') @section('pageTitle', 'ContactUs - HireMee') @section('content')

Contact us

{{ csrf_field() }}
{!! NoCaptcha::renderJs() !!} {!! NoCaptcha::display() !!}
@if($errors->has('g-recaptcha-response')) @endif
Cancel

Registered Office Address

{!! trans('validation.general.view_footer_address') !!}

Delivery Address

{!! trans('validation.general.view_footer_address') !!}
@endsection @section('footer') @endsection