Files
freeu-project/resources/views/Frontend/Pages/contact.blade.php

209 lines
15 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php $currentPage = 'contact_us'; ?>
@extends('Frontend.layouts.master')
@section('style')
<style>
/*.error{*/
/* color : black !important*/
/*}*/
</style>
@endsection
@section('content')
<!--<div class="banner contact privacy">-->
<!-- <div class="container">-->
<!-- <img src="{{ asset('public/assets/media/FrontendImages/contact.png') }}" data-aos="fade-down" class="aos-init aos-animate">-->
<!-- </div>-->
<!--</div>-->
<!--<div class="inner-banner">-->
<!-- <div class="container">-->
<!-- <div class="banner-content">-->
<!-- <div>-->
<!-- <h2>Contact Us</h2>-->
<!--<p>Indias First Secondary Transactions<br> Platform for Alternative Assets. </p>-->
<!-- </div>-->
<!-- <img src="https://jerichoalternatives.in/public/assets/media/FrontendImages/menu-logo.png">-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<div class="contact-sec">
<div class="container ">
<!--<h2>Contact us</h2>-->
<div class="row">
<h1 class="text-center mb-4"><strong>Contact Us</strong></h1>
<div class="col-md-4 aos-init aos-animate" data-aos="fade-right">
<div class="crd23">
<div class="cdr-img">
<img src="{{ asset('public/assets/media/FrontendImages/contact-phone.png') }}">
</div>
<h2>Give Us A Call</h2>
<hr>
<h2> 022-62396024</h2>
</div>
</div>
<div class="col-md-4 aos-init aos-animate" data-aos="fade-left">
<div class="crd23">
<div class="cdr-img">
<img src="{{ asset('public/assets/media/FrontendImages/contact-email.png') }}">
</div>
<h2>Send Us Mail</h2>
<hr>
<h2>info@jerichoalternatives.in</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-md-9 aos-init aos-animate" data-aos="fade-up">
<div class="blue-box">
<div class="row">
<div class="col-md-5 right aos-init" data-aos="fade-right">
<!--<h3>GET IN TOUCH</h3>-->
<!--<h4>Jericho - Your gateway to alternative investment opportunities</h4>-->
<!--<p>Invest with confidence. Start a <br> conversation with our experts!</p>-->
<h3>Seeking Further Clarification?</h3>
<h4>Our knowledge base might not cover all your queries, but our dedicated team is here to
help. Reach out to us for comprehensive answers and personalized assistance tailored to
your unique needs.</h4>
<p>Invest with confidence. Start a <br> conversation with our experts!</p>
</div>
<div class="col-md-7 left aos-init " data-aos="fade-left">
<div class="form-tab contact-form">
<ul id="myTabs"
class="nav nav-pills nav-justified d-flex justify-content-around mb-4"
role="tablist" data-tabs="tabs">
<li class="active">
<a class="active" id="investor-tab" data-bs-toggle="tab"
data-bs-target="#nav-invest" type="button" role="tab"
aria-controls="nav-invest" aria-selected="true">Investor
</a>
</li>
<li><a class="" id="asset-tab" data-bs-toggle="tab"
data-bs-target="#nav-email" type="button" role="tab"
aria-controls="nav-email" aria-selected="false" tabindex="-1">Asset
Managers</a>
</li>
</ul>
<div class="tab-content">
<div class="tab-pane fade active show" id="nav-invest" role="tabpanel"
aria-labelledby="investor-tab">
<form id="investor_contact_us_form" method="POST">
@csrf
<div class="form-group">
<input type="hidden" name="type" value="Investor">
<label>Name</label>
<input class="form-control" type="text" name="name"
onkeydown="return /[a-zA-Z]/i.test(event.key)">
</div>
<div class="form-group">
<label>Mobile Number</label>
<input class="form-control" type="text" name="mobile_number"
oninput="this.value = this.value.replace(/[^0-9]/g, '').replace(/(\..*)\./g, '$1');">
</div>
<div class="form-group">
<label>Email ID</label>
<input class="form-control" type="text" name="email">
</div>
<div class="form-group">
<label>Subject</label>
<input class="form-control" type="text" name="subject">
</div>
<div class="form-group">
<label>Message</label>
<textarea name="message"></textarea>
</div>
<!--<div class="g-recaptcha"-->
<!-- data-sitekey="6Lel4Z4UAAAAAOa8LO1Q9mqKRUiMYl_00o5mXJrR">-->
<!-- <div style="width: 304px; height: 78px;">-->
<!-- <div><iframe title="reCAPTCHA" width="304" height="78"-->
<!-- role="presentation" name="a-9zbasqf0w5of" frameborder="0"-->
<!-- scrolling="no"-->
<!-- sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"-->
<!-- src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6Lel4Z4UAAAAAOa8LO1Q9mqKRUiMYl_00o5mXJrR&amp;co=aHR0cHM6Ly93b3JkcHJlc3MuYmV0YWRlbGl2ZXJ5LmNvbTo0NDM.&amp;hl=en&amp;v=u-xcq3POCWFlCr3x8_IPxgPu&amp;size=normal&amp;cb=tls7bgvhsqud"></iframe>-->
<!-- </div>-->
<!-- <textarea id="g-recaptcha-response-1" name="g-recaptcha-response" class="g-recaptcha-response"-->
<!-- style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>-->
<!-- </div><iframe style="display: none;"></iframe>-->
<!--</div>-->
<div class="g-recaptcha" data-sitekey="6Lel4Z4UAAAAAOa8LO1Q9mqKRUiMYl_00o5mXJrR"></div>
<button type="submit" class="submit-btn">Submit</button>
</form>
</div>
<div class="tab-pane fade" id="nav-email" role="tabpanel"
aria-labelledby="asset-tab">
<form id="asset_manager_contact_us_form">
@csrf
<input type="hidden" name="type" value="Asset Manager">
<div class="form-group">
<label>Asset Manager Name</label>
<input class="form-control" type="text" name="name" onkeydown="return /^[a-zA-Z\s]+$/i.test(event.key)">
</div>
<div class="form-group">
<label>Authorized Representative Name</label>
<input class="form-control" type="text"
name="representative_name" onkeydown="return /^[a-zA-Z\s]+$/i.test(event.key)">
</div>
<div class="form-group">
<label>Email ID</label>
<input class="form-control" type="text" name="email">
</div>
<div class="form-group">
<label>Mobile Number</label>
<input class="form-control" type="number" name="mobile_number">
</div>
<div class="form-group">
<label>Subject</label>
<input class="form-control" type="text" name="subject">
</div>
<div class="form-group">
<label>Your Message</label>
<textarea name="message"></textarea>
</div>
<!--<div class="g-recaptcha"-->
<!-- data-sitekey="6Lel4Z4UAAAAAOa8LO1Q9mqKRUiMYl_00o5mXJrR">-->
<!-- <div style="width: 304px; height: 78px;">-->
<!-- <div><iframe title="reCAPTCHA" width="304" height="78"-->
<!-- role="presentation" name="a-9zbasqf0w5of" frameborder="0"-->
<!-- scrolling="no"-->
<!-- sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"-->
<!-- src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6Lel4Z4UAAAAAOa8LO1Q9mqKRUiMYl_00o5mXJrR&amp;co=aHR0cHM6Ly93b3JkcHJlc3MuYmV0YWRlbGl2ZXJ5LmNvbTo0NDM.&amp;hl=en&amp;v=u-xcq3POCWFlCr3x8_IPxgPu&amp;size=normal&amp;cb=tls7bgvhsqud"></iframe>-->
<!-- </div>-->
<!-- <textarea id="g-recaptcha-response-1" name="g-recaptcha-response" class="g-recaptcha-response"-->
<!-- style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>-->
<!-- </div><iframe style="display: none;"></iframe>-->
<!--</div>-->
<div class="g-recaptcha" data-sitekey="6Lel4Z4UAAAAAOa8LO1Q9mqKRUiMYl_00o5mXJrR"></div>
<button type="submit" class="submit-btn">Submit</button>
<!--<a href="" class="submit-btn">Submit</a>-->
</form>
</div>
</div>
</div>
<!-- <form>
<div class="form-group">
<label>Your Email Address</label>
<input class="form-control" type="text">
</div>
<div class="form-group">
<label>Subject</label>
<input class="form-control" type="text">
</div>
<div class="form-group">
<label>Your Message</label>
<textarea class="form-control"></textarea>
</div>
<a href="" class="yellow-btn">Submit</a>
</form> -->
</div>
</div>
</div>
</div>
</div>
</div>
</div>
@endsection
@section('scripts')
<script src="{{ asset('/public/assets/js/FrontendJs/contact_us.js') }}"></script>
@endsection