⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.19
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software:
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
id
/
public_html
/
storage
/
framework
/
views
/
View File Name :
913234e8aa0588377c36689c188b55cbddb5ee61.php
<?php $__env->startSection('meta-description', !empty($seo) ? $seo->contact_meta_description : ''); ?> <?php $__env->startSection('meta-keywords', !empty($seo) ? $seo->contact_meta_keywords : ''); ?> <?php $__env->startSection('pagename'); ?> - <?php echo e(__('Contact')); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('breadcrumb-title'); ?> <?php echo e(__('Contact')); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('breadcrumb-link'); ?> <?php echo e(__('Contact')); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <!--====== Start contacts-section ======--> <section class="contacts-section pt-120 pb-120"> <div class="container"> <div class="row"> <div class="col-lg-5"> <div class="contact-information"> <div class="info-box"> <ul class="info-box-list"> <li> <div class="contact-info-title mb-3"> <i class="fas fa-map-marker-alt"></i> <?php echo e(__('Address')); ?> : </div> <?php $addresses = explode(PHP_EOL, $be->contact_addresses); ?> <?php $__currentLoopData = $addresses; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $address): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <p><i class="fas fa-map-pin base-color mr-1"></i> <?php echo e($address); ?></p> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </li> <li> <div class="contact-info-title mb-3"> <i class="fas fa-phone"></i> <?php echo e(__("Call Us")); ?> : </div> <?php $phones = explode(',', $be->contact_numbers); ?> <?php $__currentLoopData = $phones; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $phone): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <p><?php echo e($phone); ?></p> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </li> <li> <div class="contact-info-title mb-3"> <i class="fas fa-envelope"></i> <?php echo e(__('Email Us')); ?> : </div> <?php $mails = explode(',', $be->contact_mails); ?> <?php $__currentLoopData = $mails; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $mail): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <p><?php echo e($mail); ?></p> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </li> </ul> </div> </div> </div> <div class="col-lg-7"> <div class="contact-form"> <h3><?php echo e($bs->contact_text); ?></h3> <form action="<?php echo e(route('front.admin.contact.message')); ?>" method="post" enctype="multipart/form-data"> <?php echo csrf_field(); ?> <div class="row"> <div class="col-lg-6"> <div class="form_group mb-5"> <input type="text" class="form_control" placeholder="<?php echo e(__('Full Name')); ?>" name="name" required> <?php if($errors->has('name')): ?> <p class="text-danger mb-0"><?php echo e($errors->first('name')); ?></p> <?php endif; ?> </div> </div> <div class="col-lg-6"> <div class="form_group mb-5"> <input type="email" class="form_control" placeholder="<?php echo e(__('Email Address')); ?>" name="email" required> <?php if($errors->has('email')): ?> <p class="text-danger mb-0"><?php echo e($errors->first('email')); ?></p> <?php endif; ?> </div> </div> <div class="col-lg-12"> <div class="form_group mb-5"> <input type="text" class="form_control" placeholder="<?php echo e(__('Subject')); ?>" name="subject" required> <?php if($errors->has('subject')): ?> <p class="text-danger mb-0"><?php echo e($errors->first('subject')); ?></p> <?php endif; ?> </div> </div> <div class="col-lg-12"> <div class="form_group mb-5"> <textarea class="form_control" placeholder="<?php echo e(__('Message')); ?>" name="message" required></textarea> <?php if($errors->has('message')): ?> <p class="text-danger mb-0"><?php echo e($errors->first('message')); ?></p> <?php endif; ?> </div> </div> <?php if($bs->is_recaptcha == 1): ?> <div class="col-lg-12"> <div class="form-group"> <?php echo NoCaptcha::renderJs(); ?> <?php echo NoCaptcha::display(); ?> <?php if($errors->has('g-recaptcha-response')): ?> <?php $errmsg = $errors->first('g-recaptcha-response'); ?> <p class="text-danger mb-0 mt-2"><?php echo e(__("$errmsg")); ?></p> <?php endif; ?> </div> </div> <?php endif; ?> <div class="col-lg-12"> <div class="form_group"> <button class="main-btn"><?php echo e(__('Submit')); ?></button> </div> </div> </div> </form> </div> </div> </div> </div> </section><!--====== End contacts-section ======--> <?php $__env->stopSection(); ?> <?php echo $__env->make('front.layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/id/public_html/resources/views/front/contact.blade.php ENDPATH**/ ?>