@extends('front.layouts.main') @section('title'){{ @trans('seo.contact_title') }}@endsection @section('description'){{ @trans('seo.contact_desc') }}@endsection @section('content')

{{ @trans('client_contact_us.contact_us_head') }}

{{ @trans('client_contact_us.head_tag') }}

{{ @trans('client_contact_us.empower_limited') }}

{{ @trans('client_contact_us.empower_address') }}
phone_android +255 758 778 886 bookmark {{ @trans('client_contact_us.po_box') }} 105552 mail_outline {{ @trans('client_contact_us.empower_email') }}

{{ @trans('client_contact_us.form_head') }}

@csrf @honeypot
@if(Session::get('fail_message', false)) @component('admin.components.fail_message') {{ Session::get('fail_message') }} @endcomponent @endif @if(Session::get('success')) @component('admin.components.success_message') {{ Session::get('success') }} @endcomponent @endif
@if($errors->has('full_name')) {{$errors->first('full_name')}} @endif
@if($errors->has('designation')) {{$errors->first('designation')}} @endif
@if($errors->has('company_name')) {{$errors->first('company_name')}} @endif
@if($errors->has('mobile')) {{$errors->first('mobile')}} @endif
@if($errors->has('email')) {{$errors->first('email')}} @endif
@if($errors->has('reason')) {{$errors->first('reason')}} @endif
@if($errors->has('message')) {{$errors->first('message')}} @endif
@if($errors->has('g-recaptcha-response')) {{$errors->first('g-recaptcha-response')}} @endif
@endsection @push('pageJs') @endpush