<?php $__env->startSection('title'); ?> <?php echo e(lang('Liên hệ','Contact')); ?><?php $__env->stopSection(); ?>

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

<div class="content"> 

  <!------------------------- Breadcrumb content------------------------------>

  <div class="container header-content"> </div>

  

  <!------------------------- End breadcrumb Content --------------------------> 

  <!---------------------------- Banner -------------------------------->

  

  <div class="full banner-lien-he parallax-container" data-parallax="scroll" data-bleed="10"

         data-image-src="https://media.vinhomes.vn/storage/vinhomes-2017/bg-lien-he.jpg" style="height: 400px;"> </div>

  <!------------------------- End banner ------------------------------> 

  <!---------------------------Main content ---------------------------->

  <div class=" content-detail full">

    <div class="container">

      <div class="row">

        <div class="content-lien-he col-md-12 col-xs-12 col-sm-12 ">

          <div class="bg-white col-md-12 col-xs-12 col-sm-12">

            <div class="title-page col-xs-12 col-sm-6 col-sm-offset-3 col-md-8 col-md-offset-4 clearfix">

              <h1 class="title-before">Thông tin liên hệ</h1>

            </div>

          

            <!----------------- End thông tin liên hệ -----------------> 

            

            <!------------------------- Thông báo ---------------------->

            <div class="thong-bao col-xs-12 col-sm-6 col-md-6">

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



            </div>

            <!----------------------- End thông báo --------------------> 

            

            <!------------------------ Form liên hệ ---------------------->

            <div class="form-lien-he col-xs-12 col-sm-12 col-md-6">

              <h3 class="title-form"> Gửi tin nhắn tới chúng tôi </h3>

              <p>Vui lòng điền đầy đủ thông tin theo yêu cầu để chúng tôi có thể hỗ trợ quý khách tốt nhất</p>

              <form action="" name="contact" method="POST">

                <?php echo e(Helper::form('contact')); ?>



                <div class="form-group">

                  <label for="full-name">Họ &amp; tên</label>

                  <input type="text" id="full_name" name="name" placeholder="Nguyễn Văn Anh">

                </div>

                <div class="form-group">

                  <label for="email">Email</label>

                  <input type="text" placeholder="examples@gmail.com" id="email" name="email">

                </div>

                <div class="form-group">

                  <label for="phone-number">Điện thoại</label>

                  <input type="text" id="phone" name="phone_number"

                                           placeholder="(+84) 12345689">

                </div>

                <div class="form-group">

                  <label for="messages">Tin nhắn</label>

                  <textarea id="messages" name="note" rows="3" placeholder="Tôi cần..." maxlength="157"></textarea>

                  <p id="counter" data-lang="vi" data-text='ký tự còn lại'>157 ký tự còn lại</p>

                </div>

                <div class="form-group" style="min-height: 40px;">

                  <input type="checkbox" id="dong-y" val="dong-y" style="width: auto;">

                  <label class="label-checkbook" for="dong-y" style="width: auto; position: absolute; padding-left: 5px; font-weight: normal;"> Tôi đồng ý với điều khoản của <?php echo e($site_option->company); ?> </label>

                </div>

                <div class="g-recaptcha" data-sitekey="6Lc9-1cUAAAAANOWLyd-9t9APvG3S5TERdtHeKw5"></div>

                <div class="clearfix"></div>

                <style type="text/css">

                                    button[disabled=disabled] {

                                        cursor: no-drop;

                                    }

                                </style>

                <button type="submit" name="submit" id="submit" class="filterData smContact" data-loading-text="<i class='fa fa-spinner fa-spin'></i> Đang lưu" disabled="disabled">Gửi</button>

              </form>

            </div>

            <!------------------------ Form liên hệ ----------------------> 

          </div>

          <!-------------------- Thông tin liên hệ ------------------> 

        </div>

      </div>

    </div>

  </div>

</div>

<style>



    label.error {

        color: #d9534f;

        font-weight: normal;

    }

</style>

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

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