/home/brandsfa/www/storage/framework/views/1efe517b6d84fc13e18238c91decf044.php
<?php $__env->startSection('title',translate('contact_us')); ?>
<?php $__env->startPush('css_or_js'); ?>
<meta property="og:image" content="<?php echo e(dynamicStorage(path: 'storage/app/public/company')); ?>/<?php echo e($web_config['web_logo']->value); ?>"/>
<meta property="og:title" content="Contact <?php echo e($web_config['name']->value); ?> "/>
<meta property="og:url" content="<?php echo e(env('APP_URL')); ?>">
<meta property="og:description" content="<?php echo e(substr(strip_tags(str_replace(' ', ' ', $web_config['about']->value)),0,160)); ?>">
<meta property="twitter:card" content="<?php echo e(dynamicStorage(path: 'storage/app/public/company')); ?>/<?php echo e($web_config['web_logo']->value); ?>"/>
<meta property="twitter:title" content="Contact <?php echo e($web_config['name']->value); ?>"/>
<meta property="twitter:url" content="<?php echo e(env('APP_URL')); ?>">
<meta property="twitter:description" content="<?php echo e(substr(strip_tags(str_replace(' ', ' ', $web_config['about']->value)),0,160)); ?>">
<link rel="stylesheet" href="<?php echo e(theme_asset(path: 'public/assets/front-end/plugin/intl-tel-input/css/intlTelInput.css')); ?>">
<?php $__env->stopPush(); ?>
<?php $__env->startSection('content'); ?>
<div class="__inline-58">
<div class="container rtl">
<div class="row">
<div class="col-md-12 contact-us-page sidebar_heading text-center mb-2">
<h1 class="h3 mb-0 headerTitle"><?php echo e(translate('contact_us')); ?></h1>
</div>
</div>
</div>
<div class="container rtl text-align-direction">
<div class="row no-gutters py-5">
<div class="col-lg-6 iframe-full-height-wrap ">
<img class="for-contact-image" src="<?php echo e(theme_asset(path: "public/assets/front-end/png/contact.png")); ?>" alt="">
</div>
<div class="col-lg-6">
<div class="card">
<div class="card-body for-send-message">
<h2 class="h4 mb-4 text-center font-semibold text-black"><?php echo e(translate('send_us_a_message')); ?></h2>
<form action="<?php echo e(route('contact.store')); ?>" method="POST" id="getResponse">
<?php echo csrf_field(); ?>
<div class="row">
<div class="col-sm-6">
<div class="form-group">
<label ><?php echo e(translate('your_name')); ?></label>
<input class="form-control name" name="name" type="text"
value="<?php echo e(old('name')); ?>" placeholder="<?php echo e(translate('John_Doe')); ?>" required>
</div>
</div>
<div class="col-sm-6">
<div class="form-group">
<label for="cf-email"><?php echo e(translate('email_address')); ?></label>
<input class="form-control email" name="email" type="email"
value="<?php echo e(old('email')); ?>"
placeholder="<?php echo e(translate('enter_email_address')); ?>" required >
</div>
</div>
<div class="col-sm-6">
<div class="form-group">
<label for="cf-phone"><?php echo e(translate('your_phone')); ?></label>
<input class="form-control mobile_number phone-input-with-country-picker" type="number"
value="<?php echo e(old('mobile_number')); ?>" placeholder="<?php echo e(translate('contact_number')); ?>" required>
<div class="">
<input type="hidden" class="country-picker-country-code w-50" name="country_code" readonly>
<input type="hidden" class="country-picker-phone-number w-50" name="mobile_number" readonly>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="form-group">
<label for="cf-subject"><?php echo e(translate('subject')); ?>:</label>
<input class="form-control subject" type="text" name="subject"
value="<?php echo e(old('subject')); ?>" placeholder="<?php echo e(translate('short_title')); ?>" required>
</div>
</div>
<div class="col-md-12">
<div class="form-group">
<label for="cf-message"><?php echo e(translate('message')); ?></label>
<textarea class="form-control message" name="message" rows="6" required><?php echo e(old('subject')); ?></textarea>
</div>
</div>
</div>
<?php ($recaptcha = getWebConfig(name: 'recaptcha')); ?>
<?php if(isset($recaptcha) && $recaptcha['status'] == 1): ?>
<div id="recaptcha_element" class="w-100" data-type="image"></div>
<br/>
<?php else: ?>
<div class="row mb-3 mt-1">
<div class="col-6 pr-0">
<input type="text" class="form-control" name="default_captcha_value" value=""
placeholder="<?php echo e(translate('enter_captcha_value')); ?>" autocomplete="off">
</div>
<div class="col-6 input-icons rounded">
<a href="javascript:" class="get-contact-recaptcha-verify" data-link="<?php echo e(URL('/contact/code/captcha')); ?>">
<img src="<?php echo e(URL('/contact/code/captcha/1')); ?>" class="input-field __h-44 rounded" id="default_recaptcha_id" alt="">
<i class="tio-refresh icon"></i>
</a>
</div>
</div>
<?php endif; ?>
<div class=" ">
<button class="btn btn--primary" type="submit" ><?php echo e(translate('send')); ?></button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<?php $__env->stopSection(); ?>
<?php $__env->startPush('script'); ?>
<?php if(isset($recaptcha) && $recaptcha['status'] == 1): ?>
<script type="text/javascript">
"use strict";
var onloadCallback = function () {
grecaptcha.render('recaptcha_element', {
'sitekey': '<?php echo e(getWebConfig(name: 'recaptcha')['site_key']); ?>'
});
};
</script>
<script src="https://www.google.com/recaptcha/api.js?onload=onloadCallback&render=explicit" async
defer></script>
<script>
"use strict";
$("#getResponse").on('submit', function (e) {
var response = grecaptcha.getResponse();
if (response.length === 0) {
e.preventDefault();
toastr.error($('#message-please-check-recaptcha').data('text'));
}
});
</script>
<?php endif; ?>
<script src="<?php echo e(theme_asset(path: 'public/assets/front-end/plugin/intl-tel-input/js/intlTelInput.js')); ?>"></script>
<script src="<?php echo e(theme_asset(path: 'public/assets/front-end/js/country-picker-init.js')); ?>"></script>
<?php $__env->stopPush(); ?>
<?php echo $__env->make('layouts.front-end.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/amkworld/public_html/resources/themes/default/web-views/pages/contact-us.blade.php ENDPATH**/ ?>