@extends('frontend::layouts.master') @section('title', 'ติดต่อเรา | ศูนย์ความรู้ อ.อ๊อบ') @section('content')
{{-- Section Header --}}
{!! $contact['detail'] ?? '' !!}
{{-- Left - Contact Info --}}
{{-- Map --}} @if (!empty($contact['google_map']))

@lang('frontend::lang.address_title')

{!! $contact['google_map'] ?? '' !!}
@endif {{-- Contact Info Cards --}}

@lang('frontend::lang.contact_info_title_2')

@if (!empty($contact['office']))

@lang('frontend::lang.address')

{{ $contact['office'] }}

@endif @if (!empty($contact['fax']) || !empty($contact['tel']))

@lang('frontend::lang.tel')

{{ $contact['tel'] }}

@if (!empty($contact['fax']))

@lang('field.fax'): {{ $contact['fax'] }}

@endif
@endif @if (!empty($contact['work']))

@lang('frontend::lang.work')

{!! $contact['work'] ?? '' !!}

@endif @if (!empty($contact['email']))

@lang('frontend::lang.email')

{{ $contact['email'] }}

@endif
{{-- Social Links --}} {{-- --}}
{{-- Right - Contact Form --}}

@lang('frontend::lang.contact_info_title')

@livewire('frontend::form.contact', ['page_init' => $page_init])
@endsection