Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64
User : corals ( 1002)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/corals/clinic.corals.io/storage/framework/views/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/clinic.corals.io/storage/framework/views/0a8158ceeadf268b35b22755e0e2476251c03560.php
<?php $__env->startSection('front-title'); ?>
    <?php echo e(__('messages.web.medical_contact')); ?>

<?php $__env->stopSection(); ?>
<?php $__env->startSection('front-css'); ?>
    <link rel="stylesheet" href="<?php echo e(asset('assets/css/plugins/flatpickr.css')); ?>">
    <link rel="stylesheet" href="<?php echo e(asset('assets/css/intl/css/intlTelInput.css')); ?>">
<?php $__env->stopSection(); ?>
<?php $__env->startSection('front-content'); ?>
    <?php
        $styleCss = 'style';
    ?>
    <div class="page-content bg-white">

        <!-- Inner Banner -->
        <div class="banner-wraper">
            <div class="page-banner banner-lg contact-banner" <?php echo e($styleCss); ?>="
            background-image:url(<?php echo e('assets/front/images/banner/img1.jpg'); ?>);">
            <div class="container">
                <div class="page-banner-entry text-center">
                    <h1><?php echo e(__('messages.web.contact_us')); ?></h1>
                    <!-- Breadcrumb row -->
                    <nav aria-label="breadcrumb" class="breadcrumb-row">
                        <ul class="breadcrumb">
                            <li class="breadcrumb-item"><a href="<?php echo e(route('medical')); ?>">
                                    <svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24"
                                         fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
                                         stroke-linejoin="round" class="feather feather-home">
                                        <path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path>
                                        <polyline points="9 22 9 12 15 12 15 22"></polyline>
                                    </svg> <?php echo e(__('messages.web.home')); ?></a></li>
                            <li class="breadcrumb-item active"
                                aria-current="page"><?php echo e(__('messages.web.contact_us')); ?></li>
                        </ul>
                    </nav>
                </div>
            </div>
            <img class="pt-img1 animate-wave" src="<?php echo e(asset('assets/front/images/shap/wave-blue.png')); ?>" alt="">
            <img class="pt-img2 animate2" src="<?php echo e(asset('assets/front/images/shap/circle-dots.png')); ?>" alt="">
            <img class="pt-img3 animate-rotate" src="<?php echo e(asset('assets/front/images/shap/plus-blue.png')); ?>" alt="">
        </div>
        <!-- Breadcrumb row END -->
    </div>
    <!-- Inner Banner end -->

    <!-- About us -->
    <section class="">
        <div class="container">
            <div class="contact-wraper">
                <div class="row">
                    <div class="col-lg-6 mb-30">
                        <form id="enquiryForm" action="<?php echo e(route('enquiries.store')); ?>" class="form-wraper contact-form ajax-form">
                            <?php echo csrf_field(); ?>
                            <div class="ajax-message"></div>
                            <div class="row">
                                <div class="form-group col-md-6">
                                    <?php echo e(Form::text('name',old('name'), ['class' => 'form-control','id'=>'name', 'placeholder' => 'Your Name','required'])); ?>

                                </div>
                                <div class="form-group col-md-6">
                                    <?php echo e(Form::email('email', old('email'), ['class' => 'form-control', 'id' => 'email','placeholder' => 'Email','required'])); ?>

                                </div>
                                <div class="form-group col-md-12 phone-number">
                                    <?php echo e(Form::tel('phone', null,['class' => 'form-control','placeholder' => 'Phone Number','onkeyup' => 'if (/\D/g.test(this.value)) this.value = this.value.replace(/\D/g,"")', 'id' => 'phoneNumber'])); ?>

                                    <?php echo e(Form::hidden('region_code',null,['id'=>'prefix_code'])); ?>

                                    <span id="valid-msg" class="hide">✓ &nbsp; Valid</span>
                                    <span id="error-msg" class="hide"></span>
                                </div>
                                <div class="form-group col-md-12">
                                    <?php echo e(Form::text('subject', null, ['class' => 'form-control', 'id' => 'subject','placeholder' => 'Subject','required','maxlength'=>'121'])); ?>

                                </div>
                                <div class="form-group col-md-12">
                                    <?php echo e(Form::textarea('message', null, ['class' => 'form-control', 'id' => 'message','placeholder' => 'Type Message','required'])); ?>

                                </div>
                                <div class="form-group col-md-12">
                                    <div class="input-group">
                                        <div class="g-recaptcha"
                                             data-sitekey="<?php echo e(config('app.google_recaptcha_site_key')); ?>"
                                             data-callback="verifyRecaptchaCallback"
                                             data-expired-callback="expiredRecaptchaCallback"></div>
                                        <input class="form-control d-none" <?php echo e($styleCss); ?>="display:none;" name="
                                        gre_captcha" data-recaptcha="true" data-error="Please complete the Captcha">
                                    </div>
                                </div>
                                <div class="col-lg-12">
                                    <?php echo e(Form::button(__('messages.web.send_message'),['type'=>'submit','class' => 'btn w-100 btn-secondary btn-lg','id'=>'submitBtn'])); ?>

                                </div>
                            </div>
                        </form>
                    </div>
                    <div class="col-lg-6 mb-30">
                        <div class="contact-info ovpr-dark" <?php echo e($styleCss); ?>="
                        background-image: url(<?php echo e('assets/front/images/about/pic-1.jpg'); ?>);">
                        <div class="info-inner">
                            <h4 class="title mb-30">Contact Us For Any Information</h4>
                            <div class="icon-box">
                                <h6 class="title"><i class="ti-map-alt"></i>Location</h6>
                                <p><?php echo e(getSettingValue('address_one')); ?></p>
                            </div>
                            <div class="icon-box">
                                <h6 class="title"><i class="ti-id-badge"></i>Email &amp; Phone</h6>
                                <a href="mailto:<?php echo e(getSettingValue('email')); ?>"
                                   class="text-white"><?php echo e(getSettingValue('email')); ?></a><br>
                                <a href="tel:+<?php echo e(getSettingValue('region_code')); ?> <?php echo e(getSettingValue('contact_no')); ?>"
                                   class="text-white">+<?php echo e(getSettingValue('region_code')); ?> <?php echo e(getSettingValue('contact_no')); ?></a>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>
    <!-- About us -->
    <section class="section-area section-sp1">
        <div class="container">
            <div class="row">
                <div class="col-lg-4 col-md-6 mb-30">
                    <div class="feature-container feature-bx4 feature4 h-100">
                        <div class="icon-md feature-icon">
                            <img src="<?php echo e(asset('assets/front/images/icon/icon1.png')); ?>" alt="">
                        </div>
                        <div class="icon-content">
                            <h5 class="ttr-title">Contact Number</h5>
                            <a href="tel:+<?php echo e(getSettingValue('region_code')); ?> <?php echo e(getSettingValue('contact_no')); ?>"
                            <?php echo e($styleCss); ?>="color: #444444">
                            +<?php echo e(getSettingValue('region_code')); ?> <?php echo e(getSettingValue('contact_no')); ?></a>
                        </div>
                    </div>
                </div>
                <div class="col-lg-4 col-md-6 mb-30">
                    <div class="feature-container feature-bx4 feature3 h-100">
                        <div class="icon-md feature-icon">
                            <img src="<?php echo e(asset('assets/front/images/icon/icon3.png')); ?>" alt="">
                        </div>
                        <div class="icon-content">
                            <h5 class="ttr-title">Email Address</h5>
                            <a href="mailto:<?php echo e(getSettingValue('email')); ?>"
                            <?php echo e($styleCss); ?>="color: #444444"><?php echo e(getSettingValue('email')); ?></a>
                        </div>
                    </div>
                </div>
                <div class="col-lg-4 col-md-6 mb-30">
                    <div class="feature-container feature-bx4 feature2 h-100">
                        <div class="icon-md feature-icon">
                            <img src="<?php echo e(asset('assets/front/images/icon/icon2.png')); ?>" alt="">
                        </div>
                        <div class="icon-content">
                            <h5 class="ttr-title">Address</h5>
                            <p><?php echo e(getSettingValue('address_one')); ?></p>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>
</div>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('front-js'); ?>
    <script src="<?php echo e(asset('assets/js/intl/js/intlTelInput.min.js')); ?>"></script>
    <script src="<?php echo e(asset('assets/js/intl/js/utils.min.js')); ?>"></script>
    <script>
        let utilsScript = "<?php echo e(asset('assets/js/intl/js/utils.min.js')); ?>";
        let phoneNo = "<?php echo e(old('region_code').old('phone')); ?>";
        let isEdit = false;
    </script>
    <script src="<?php echo e(asset('assets/js/custom/phone-number-country-code.js')); ?>"></script>
    <script src="<?php echo e(asset('web/js/google-recaptcha/api.js')); ?>"></script>
<?php $__env->stopSection(); ?>

<?php echo $__env->make('fronts.layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/corals/clinic.corals.io/resources/views/fronts/medical_contact.blade.php ENDPATH**/ ?>

Spamworldpro Mini