@extends('layouts.front.main') @section('page_title','Home') @section('active_menu_home','active') @section('page_style') @stop @section('content')
@if (isset($banners) && $banners->count()>0) @foreach ($banners as $banner)
Loading...
@endforeach @endif
{{-- --}} {{-- {{ dd($brand) }}--}} {!! Session::get('locale')=="th"?$brand->content_th:$brand->content_en !!}

Contact Us


@csrf
{{-- @if (isset($captcha))
* กรุณาใส่ Captcha
@endif --}}
{{-- --}}

Address :
Romklao Road, Khlong Sam Prawet,
Lat Krabang, Bangkok
Telephone : 0-2906-8860
Fax : 0-2906-8898
Working Time : Mon - Fri 08:00-17:00

@stop @section('page_script') {!! Html::script('js/functionjs.js') !!} @stop