관리-도구
편집 파일: 6b2061bb842edf294fc1ab9ecfdac146.php
<?php $__env->startSection('content'); ?> <div class="no-bottom no-top" id="content"> <div id="top"></div> <section id="subheader" class="relative jarallax text-light"> <img src="images/background/book_bg.jpeg" class="jarallax-img" alt=""> <div class="container relative z-index-1000"> <div class="row justify-content-center"> <div class="col-lg-12 text-center"> <h1>Book</h1> <ul class="crumb"> <li><a href="/">Home</a></li> <li class="active">Book</li> </ul> </div> </div> </div> <div class="de-overlay"></div> </section> <!-- Why Choose Us and Consultation Section --> <section class="relative lines-deco"> <div class="container"> <h2 class="mb-4 text-center">Why People Choose Us</h2> <p class="mb-4 text-center">The belief that customer satisfaction is ultimate, has helped us garner a vast base of customers, which continues to grow by the day. We employ individuals who are dedicated towards their respective roles and put in a lot of effort to achieve the common vision and larger goals</p> <div class="row g-5"> <!-- Why People Choose Us Column --> <div class="col-lg-6"> <div class="feature-box mb-4"> <h4><i class="fa fa-user-tie text-accent me-3"></i>Qualified Experts</h4> <p>Our designers thoughtfully source a selection of products, just for you. We partner with an extensive list of sought-after vendors and local artisans to ensure that every design is uniquely tailored to your style, your needs and your budget.</p> </div> <div class="feature-box mb-4"> <h4><i class="fa fa-cogs text-accent me-3"></i>End-to-End Service</h4> <p>While we work towards giving you your dream home interior design, all you need to do is relax while everything is taken care of. From concept to creation and planning to execution, our team has got you covered.</p> </div> <div class="feature-box mb-4"> <h4><i class="fa fa-rocket text-accent me-3"></i>Agile</h4> <p>What sets us apart is that our process is managed through AGILE. We maintain end to end transparency.</p> </div> </div> <!-- Consultation Form Column --> <div class="col-lg-6"> <div class="padding40 box-rounded bg-light"> <h2 class="mb-4">Free Consultation</h2> <form name="contactForm" class="form-border" method="post" action="<?php echo e(route('testimonial.store')); ?>"> <?php echo csrf_field(); ?> <div class="field-set mb-3"> <label>Your Name *</label> <input type="text" name="name" class="form-control" required> </div> <div class="field-set mb-3"> <label>Email Address *</label> <input type="email" name="email" class="form-control" required> </div> <div class="field-set mb-3"> <label>Phone Number *</label> <input type="tel" name="phone" class="form-control" required> </div> <div class="field-set mb-3"> <label>Discuss About *</label> <input type="text" name="about" class="form-control" required> </div> <div class="field-set mb-4"> <label>Consultation</label> <textarea name="message" class="form-control" rows="5"></textarea> </div> <button type="submit" class="btn-main w-100">Submit</button> </form> </div> </div> </div> </div> </section> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.apps', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/u539723576/domains/ictglobaltech.com/public_html/zamorinlighttheme/resources/views/frontend/book.blade.php ENDPATH**/ ?>