<?php if(Session::get('lang')== 'vi'): ?><?php $__env->startSection('title'); ?> Liên Hệ <?php $__env->stopSection(); ?> <?php else: ?> <?php $__env->startSection('title'); ?> Contact Us <?php $__env->stopSection(); ?> <?php endif; ?>



<?php $__env->startSection('content'); ?>



<main>



  <section id="service">



   



      <div class="container">



       <div class="sl-service">



        <div class="title-al-news"> <a href=""> Liên hệ</a> </div>



        <div class="icon-comment"><img src="<?php echo e(url()); ?>/public/frontend/images/icon.png" alt=""></div>



       



        <div class="">



          <div class="col-md-5">



            <div style="text-align: left;">  <div class="title-com"><?php echo e($site_option->name); ?></div>



        <p><?php echo e($site_option->address); ?></p>



        <p style="font-size:20px; font-weight:600;">Hotline: <span><?php echo e($site_option->hotline); ?></span></p>



        <p>Email: <?php echo e($site_option->email); ?></p></div>



            <form method="post" action="">



              <input type="name" placeholder="Họ & tên" class="form-control" required />



              <div style="padding-top: 10px;">



                <input type="phone" placeholder="Điện thoại" class="form-control" required />



              </div>



              <div style="padding-top: 10px;">



                <input type="adress" placeholder="Địa chỉ" class="form-control" required />



              </div>



              <div style="padding-top: 10px;">



                <input type="email" placeholder="Email" class="form-control" required />



              </div>



              <div style="padding-top: 10px;">



                <textarea cols="20" rows="2" name="note" placeholder="Nội dung"  class="form-control"></textarea>



                . </div>



              <div style="clear: both;"> </div>



              <div style="padding: 10px 0 10px 0;">



                <input type="submit" value="Gửi" name="submit" border="1" style="color: #204f72;



            background-color: #e8e058;



            border-color: #e8e058;



            border-width: 1px;



            border-style: Solid;



            height: 30px;



            width: 60px;" />



              </div>



            </form>



          </div>



          <div class="col-md-7">



            <?php echo $site_option->map; ?>







          </div>



        </div>



      </div>



    </div>



  </section>



</main>



<?php $__env->stopSection(); ?>



<?php echo $__env->make('frontend.layout.layout', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>