@extends('theme.master') @section('title', 'Contact Us') @section('content') @include('admin.message')

{{ __('frontstaticword.Contactus') }}

{{ __('frontstaticword.KeepinTouch') }}

{{ csrf_field() }} @if(Auth::check()) @endif
@if($gsetting->captcha_enable == 1)
{!! app('captcha')->display() !!} @if ($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif

@endif
@if($gsetting->map_enable == 'map')
@elseif($gsetting->map_enable == 'image') @endif
  • {{ __('frontstaticword.Email') }}
  • info@exampay.in
  • {{ __('frontstaticword.Email') }}
  • help@exampay.in
  • Contact Us
  • +91 7033137358
@endsection @section('custom-script') @endsection