| Server IP : 103.161.17.216 / Your IP : 216.73.216.1 Web Server : nginx/1.18.0 System : Linux tipsysaigoncharming 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : www-data ( 33) PHP Version : 7.4.3-4ubuntu2.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/huyhoangvn.com/editthanhtra/editlayout/pages/lienhe/ |
Upload File : |
@extends('layout')
@section('content')
<!-- MAIN -->
<div class="columns container">
<!-- Block Breadcrumb-->
<section class="page-title layer-overlay overlay-dark-9 section-typo-light bg-img-center" >
<div class="container pt-50 pb-50">
<div class="section-content">
<div class="row">
<div class="col-md-12 text-center">
<h2 class="title">Liên Hệ Với Chúng Tôi </h2>
<nav class="breadcrumbs" role="navigation" aria-label="Breadcrumbs">
<div class="breadcrumbs">
<span><a href="/">Trang Chủ</a></span>
<span><i class="fa fa-angle-right"></i></span>
</div>
</nav>
</div>
</div>
</div>
</div>
</section>
<section class="get_contact_area">
<div class="container">
<div class="row get_contact_inner">
<div class="col-md-6">
<div class="left_ex_title">
<h5>Vui lòng để lại thông tin chúng tôi sẽ liên hệ lại ngay hoặc liên hệ với chúng tôi thông tin bên dưới</h5>
</div>
<div class="page-content" id="contact" style="padding-top: 20px, ;padding-bottom: 20px;">
<?php
$message = Session::get('message');if ($message) {
echo '<span class="text-red" >',$message,'</span>';
Session::put('message',null);
// code...
}
// code...?>
<h4><p class="resot_list"> Nhập thông tin </p></h4>
<br>
<form role="form" id="spForm" action="{{URL::to('/save-datlich')}}" method="post" enctype="multipart/form-data">
{{csrf_field()}}
<div class="form-row">
<div class="col-sm-6">
<div class="form-group">
<input name="datlich_name" class="form-control" type="text" placeholder="Enter Name"minlength="3" required>
</div>
</div>
<div class="col-sm-6">
<div class="form-group">
<input name="datlich_phone" class="form-control" type="text" placeholder="Enter Phone"minlength="3" required>
</div>
</div>
</div>
<div class="form-group">
<textarea name="datlich_notes" class="form-control required" rows="5" placeholder="Enter Message" minlength="3" required></textarea>
</div>
<div class="form-group">
<input name="form_botcheck" class="form-control" type="hidden" value="" />
<button type="submit" class="btn btn-flat btn-theme-colored2 text-uppercase mb-sm-30 border-left-theme-color-2-4px" data-loading-text="Please wait...">Gởi</button>
<button type="reset" class="btn btn-flat btn-theme-colored3 text-uppercase mb-sm-30 border-left-theme-color-2-4px">Reset</button>
</div>
</form>
</div>
</div>
<div class="col-md-6">
<div class="right_contact_info">
<div class="contact_info_title">
<h3>ĐỊA CHỈ LIÊN HỆ </h2>
@foreach($contact as $key => $cont)
<div class="text-left">
<h5>{!!$cont->info_contact!!}</h5> </div>
</div>
</div>
</div >
</div>
</div>
</section>
<section class="parallax">
<div class="container pt-90 pb-60">
<h4>Bản đồ</h4>
{!!$cont->info_map!!}
{{-- {!!$cont->info_fanpage!!} --}}
@endforeach
</div>
</section>
</div>
@endsection