@extends('master.front') @section('meta') @endsection @section('title') {{ __('Contact') }} @endsection @section('content')

{{ __('แบบฟอร์มติดต่อ') }}*

{{ __('หากมีข้อสงสัย กรุณาเลือกหัวข้อคําถามและกรอกข้อมูลของคุณ จากนั้นเจ้าหน้าที่จะติดต่อกลับ ภายในวันและเวลาทําการ') }}
{{ __('กรุณาเลือกหัวข้อคําถามและกรอกข้อมูลของคุณ') }}


@if (Session::has('success'))
{{ Session::get('success') }}
@endif @if (Session::has('error'))
{{ Session::get('error') }}
@endif @if (count($errors) > 0)
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
@error('first_name')

{{ $message }}

@enderror
@error('last_name')

{{ $message }}

@enderror
@error('email')

{{ $message }}

@enderror
@error('phone')

{{ $message }}

@enderror
@error('message')

{{ $message }}

@enderror
@if ($setting->recaptcha == 1)
{!! NoCaptcha::renderJs() !!} {!! NoCaptcha::display() !!} @if ($errors->has('g-recaptcha-response')) @php $errmsg = $errors->first('g-recaptcha-response'); @endphp

{{ __("$errmsg") }}

@endif
@endif

{{ __('ข้อมูลที่ติดต่อเรา') }}

บริษัท ฮาร์ดแวร์เฮาส์ คอร์ปอเรชั่น จำกัด (สำนักงานใหญ่)
89/9 หมู่ 7 ถนนเทพรัตน กม.25 ต.บางเสาธง อ.บางเสาธง
จ.สมุทรปราการ 10570
เลขประจำตัวผู้เสียภาษี : 0115565022583

{{ __('สถานที่ตั้ง') }}

{!! @$setting->address !!}

{{ __('เวลาทำการ') }}

{{ __('จันทร์ - เสาร์') }} {{ $setting->workingday_start }} - {{ $setting->workingday_end }}

{{ __('เบอร์โทรติดต่อ') }}

@foreach (@$tels as $tel) @if ($tel != '' || $tel != null) {{ $tel }}
@endif @endforeach

{{ __('อีเมล์ติดต่อร้านค้าออนไลน์') }}

{{ @$setting->footer_email }}

{{ __('บัญชีโซเชี่ยล') }}
call
{{ __('ติดต่อทางโทรศัพท์') }}
fax
{{ __('ติดต่อทางโทรสาร') }}
mail
{{ __('ติดต่อทางอีเมลล์ (ฝ่ายขาย)') }}
@endsection