@extends('frontend::layouts.master') @section('content') @php $recaptchaSiteKey = $page_init['setting']['recapcha'] ?? ''; @endphp {{-- Page Title --}} @lang('frontend::text.information') @if (!empty($page_init['setting']['logo']['footer'])) @endif {!! $contact['name'] ?? '' !!} @if (!empty($contact['office'])) {!! $contact['office'] !!} @endif @if (!empty($contact['tel'])) @lang('frontend::text.tel') : {{ $contact['tel'] }} @endif @if (!empty($contact['email'])) {{ $contact['email'] }} @endif {{-- rewatprinting@hotmail.com / saksit@rewat.in.th --}} @if (!empty($contact['work'])) {!! $contact['work'] !!} @endif @if (!empty($contact['social'])) @lang('frontend::text.follow_us') @if (!empty($contact['social']['line']['url'])) @endif @if (!empty($contact['social']['facebook']['url'])) @endif @if (!empty($contact['social']['youtube']['url'])) @endif @if (!empty($contact['social']['instagram']['url'])) @endif @if (!empty($contact['social']['twitter']['url'])) @endif @if (!empty($contact['social']['tiktok']['url'])) @endif @endif @if (!empty($contact['google_map'])) {!! $contact['google_map'] ?? '' !!} @endif @lang('frontend::text.ask_for_more_information') @lang('frontend::text.contact.form_description') @csrf @lang('frontend::text.contact.subject_label') * @if (!empty($subjects)) @lang('frontend::text.contact.subject_placeholder_select') @foreach ($subjects as $subject) {{ $subject['name'] }} @endforeach @else @endif @lang('frontend::text.contact.subject_validation') @lang('frontend::text.contact.first_name_label') * @lang('frontend::text.contact.first_name_validation') @lang('frontend::text.contact.last_name_label') * @lang('frontend::text.contact.last_name_validation') @lang('frontend::text.contact.email_label') * @lang('frontend::text.contact.email_validation') @lang('frontend::text.contact.tel_label') * @lang('frontend::text.contact.tel_validation') @lang('frontend::text.contact.message_label') * @lang('frontend::text.contact.message_validation') @lang('frontend::text.contact.privacy_accept_before') {{ $page_init['policy']['name'] ?? '' }} @lang('frontend::text.contact.privacy_validation') @lang('frontend::text.contact.submit') @endsection
@lang('frontend::text.contact.form_description')