ÿØÿà JFIF H H ÿÛ C ÿÛ Cÿ " ÿÄ ÿÄ ÿÚ ±5¬€ ÿÄ àÿÚ ÿÄ ÀÿÚ ? ÿÄ ÀÿÚ ? ÿÄ àÿÚ ? ÿÄ àÿÚ ?! ÿÚ ÿÄ ÀÿÚ ? ÿÄ ÀÿÚ ? ÿÄ àÿÚ ? ÿÙ
| Server IP : 160.25.81.117 / Your IP : 216.73.216.137 Web Server : Apache/2 System : Linux sv05.hilab.cloud 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : bellizen ( 1045) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/bellizen/public_html/resources/views/templates/ |
Upload File : |
@extends('index')
@section('content')
<?php
$setting = Cache::get('setting');
$a = App::getLocale();
$about = DB::table('about')->select('name','name_eg','content','content_eg')->where('com','lien-he')->get()->first();
?>
<section class="vk-content">
<div class="vk-banner vk-background--image-21">
<div class="container">
<div class="vk-banner__content">
<div class="vk-banner__logo">
<a href="{{ url('/') }}" title="">
<img src="{{ asset('upload/hinhanh/'.$setting->images2) }}" alt="Logo" />
</a>
</div> <!--./logo-->
<h2 class="vk-banner__heading text-uppercase"><span>{!! $a == 'vi' ? 'Liên hệ' : 'contact' !!}</span></h2>
</div>
</div>
<div class="vk-breadcrumb vk-banner__breadcrumb">
<nav class="container">
<ul class="vk-list vk-list--inline vk-breadcrumb__list">
<li class="vk-list__item"><a href="{{ url('/') }}">{!! $a == 'vi' ? 'Trang chá»§' : 'Home' !!}</a></li>
<li class="vk-list__item active">{!! $a == 'vi' ? 'Liên hệ' : 'contact' !!}</li>
</ul>
</nav>
</div>
</div>
<!--./vk-banner-->
<div class="vk-page vk-page--contact">
<div class="container">
<h1 class="vk-page__heading vk-text--red-1 text-uppercase">BELLIZENO - HIEP HUNG GROUP</h1>
{!! $a == 'vi' ? $about->content : $about->content_eg !!}
<div class="vk-contact-form">
<h3 class="vk-contact-item__title">{!! $a == 'vi' ? 'Thông tin liên hệ' : 'Form contact' !!}</h3>
<form class="orm-contact" action="{!! url('post_Contact2018') !!}" method="post" class="form-group modal_frm">
<div class="vk-form vk-contact__form row">
<input type="hidden" name="_token" value="{!! csrf_token() !!}" />
<div class="col-lg-6">
<div class="form-group">
<input name="name" type="text" required="" placeholder="Full name *" class="form-control">
</div>
<div class="form-group">
<input name="email" type="email" required="email" placeholder="Email *" class="form-control">
</div>
<div class="form-group">
<input name="phone" type="number" required="" placeholder="Phone number *" class="form-control">
</div>
</div>
<div class="col-lg-6">
<div class="form-group">
<textarea name="content" id="" required="" placeholder="Content" class="form-control"></textarea>
<!-- /# -->
</div>
<button class="vk-btn vk-btn--red-1">{!! $a == 'vi' ? 'Gá»i' : 'SEND' !!}</button>
</div>
</div></form>
</div>
</div>
<div class="vk-map">
<?php echo $setting->iframemap;?>
</div>
</div><!--./page-->
</section>
<!--./content-->
@endsection