⚝
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 :
1f47355d7d2b8a83f5b95bc093082ec6e13f828a.php
<?php $__env->startSection('tab-title'); ?> <?php echo e($keywords['Contact'] ?? 'Contact'); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('meta-description', !empty($userSeo) ? $userSeo->blogs_meta_description : ''); ?> <?php $__env->startSection('meta-keywords', !empty($userSeo) ? $userSeo->blogs_meta_keywords : ''); ?> <?php $__env->startSection('content'); ?> <!--====== Start Main Wrapper ======--> <div class="main-wrapper inner"> <section class="contact-area pt-150 pb-160"> <div class="container"> <div class="row"> <div class="col-lg-6"> <div class="section-title mb-40"> <span class="sub-title"><?php echo e($home_text->contact_title ?? __('Get in touch')); ?></span> <h2><span class="light-text"><?php echo e($home_text->contact_subtitle ?? __('Get in touch')); ?></span></h2> </div> </div> </div> <div class="contact-wrapper"> <div class="row"> <div class="col-lg-12"> <form class="contact-form" action="<?php echo e(route('front.contact.message', [getParam()])); ?>" enctype="multipart/form-data" method="post"> <?php echo csrf_field(); ?> <input type="hidden" name="id" value="<?php echo e($user->id); ?>"> <div class="row"> <div class="col-lg-4 col-md-12 col-sm-12"> <div class="form_group"> <label><?php echo e($keywords['Name'] ?? 'Name'); ?></label> <input type="text" class="form_control" name="fullname" placeholder="<?php echo e($keywords['Enter_Name'] ?? 'Enter Name'); ?>" required> <?php if($errors->has('fullname')): ?> <p class="text-danger mb-0"><?php echo e($errors->first('fullname')); ?></p> <?php endif; ?> </div> </div> <div class="col-lg-4 col-md-12 col-sm-12"> <div class="form_group"> <label><?php echo e($keywords['Email_Address'] ?? 'Email Address'); ?></label> <input type="text" class="form_control" name="email" placeholder="<?php echo e($keywords['Enter_Email_Address'] ?? 'Enter Email Address'); ?>" 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-4 col-md-12 col-sm-12"> <div class="form_group"> <label><?php echo e($keywords['Subject'] ?? 'Subject'); ?></label> <input type="text" class="form_control" name="subject" placeholder="<?php echo e($keywords['Enter_Subject'] ?? 'Enter 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 col-md-12 col-sm-12"> <div class="form_group"> <label><?php echo e($keywords['Message'] ?? 'Message'); ?></label> <textarea class="form_control" name="message" placeholder="<?php echo e($keywords['Enter_Message'] ?? 'Enter Message'); ?>"></textarea> <?php if($errors->has('message')): ?> <p class="text-danger mb-0"><?php echo e($errors->first('message')); ?></p> <?php endif; ?> </div> </div> <div class="col-lg-12"> <div class="button text-center"> <button class="main-btn"><?php echo e($keywords['Send_Message'] ?? 'Send Message'); ?></button> </div> </div> </div> </form> </div> </div> </div> </div> </section> </div> <?php $__env->stopSection(); ?> <?php echo $__env->make('user.profile1.theme3.layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/id/public_html/resources/views/user/profile1/theme3/contact.blade.php ENDPATH**/ ?>