OwlCyberSecurity - MANAGER
Edit File: 162a8a662a28b4a4aac334ad168318d7d12f362b.php
<?php $__env->startSection('title'); ?> Contact Us <?php $__env->stopSection(); ?> <?php $__env->startSection('tag'); ?> <meta name="description" content="" /> <?php $__env->stopSection(); ?> <?php $__env->startSection('levelCSS'); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('contact'); ?> active <?php $__env->stopSection(); ?> <?php $__env->startSection('body'); ?> <div class="page-content"> <!-- page title & breadcrumbs start --> <?php echo $__env->make('partials.breadcrumb', ['title'=>'Contact Us'], array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <!-- /.page-header --> <!-- page title & breadcrumbs end --> <div class="container"> <br><br> <div class="row"> <!-- Contact form start --> <div class="col-sm-8" style="color: #000;"> <h3>Send Us A Message <br><small>If you have any question or inquiry, feel free to send us message below!</small></h3> <br> <div class="p-a30 bg-white clearfix m-b30"> <form method="post" action="<?php echo e(route('/contact')); ?>" id="contactForm"> <div class="row"> <div class="col-md-6"> <div class="form-group"> <input id="firstName" name="firstName" type="text" placeholder="input your name" <?php if(currentUser()): ?> value="<?php echo e(currentUser()->full_name); ?>" <?php endif; ?> required class="form-control" style=""> </div> <div class="form-group"> <input id="contact_email" name="email" type="email" placeholder="input email address" class="form-control" <?php if(currentUser()): ?> value="<?php echo e(currentUser()->email); ?>" <?php endif; ?> required > </div> <div class="form-group"> <input id="phoneNumber" name="phone" type="text" placeholder="input phone number" class="form-control" <?php if(currentUser()): ?> value="<?php echo e(currentUser()->phone); ?>" <?php endif; ?> required > </div> </div> <div class="col-md-6"> <div class="form-group"> <div class="input-group"> <span class="input-group-addon v-align-t"><i class="fa fa-pencil"></i></span> <textarea id="contact_text" name="message" rows="7" class="form-control" required ></textarea> </div> </div> </div> <div class="col-md-12"> <button name="submit" class="btn btn-md btn-primary" id="contactBtn"> <span>Send Message</span> </button> </div> </div> </form> </div> <br><br> </div> <!-- Contact form END --> <div class="col-sm-4 m-b30" style="color: black;"> <div class="section-title"> <h3> <span>Contact Details, <small>you can</small></span></h3> </div> <div class="icon-bx-wraper center bg-white mt20"> <div class="icon-content"> <h4><small><strong>Email</strong></small> <a href="mailto:soccabet6@gmail.com">soccabet6@gmail.com</a></h4> </div> </div> <div class="icon-bx-wraper center bg-white mt20"> <div class="icon-content"> <h4> <small><strong>Mobile Numbers</strong></small> <br> <a href="#">+254 743 322 873</a> <br><small>WhatsApp Only</small></h4> </div> </div> <div class="icon-bx-wraper center bg-white mt20"> <div class="icon-content"> <h4> <a href="tel:+254714497853">+254 714 497 853</a> <br><small>SMS/Call Only</small></h4> </div> </div> <div class="section-title"> <h3> <span>Working Hours</span></h3> <ul class="text-primary"> <li>Monday - Friday : <strong>8am - 10pm</strong></li> <li>Saturday : <strong>9am - 8pm</strong></li> <li>Sunday : <strong>9am - 6pm</strong></li> </ul> </div> </div> </div> <!-- info part END --> </div> <?php $__env->stopSection(); ?> <?php $__env->startSection('levelJS'); ?> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>