@php $contacts = $options->theme->contacts; $page_title = $contacts->page_title('Liên hệ'); $socials = $options->theme->socials; $list = ['facebook', 'twitter', 'instagram', 'youtube', 'linkedin']; $layout = 'master'; @endphp @section('title', $page_title = 'Liên hệ') @include($_lib.'register-meta') @extends($_layout.$layout) @section('page.header.show', 'breadcrumb') @section('content') @if ($contacts->show_content)
{{-- {{$article->dateFormat('d/m/Y')}} --}}

{{$page_title}}

@endif @if ($contacts->show_form)

{{$contacts->form_title('Gửi liên hệ')}}

{{$contacts->form_description}}

@csrf

{{$contacts->page_title('Liên hệ chúng tôi')}}

{{$contacts->page_note}}

Địa chỉ :

{{$contacts->address?$contacts->address:$siteinfo->address}}

Số điện thoại :

{{$contacts->phone_number?$contacts->phone_number:$siteinfo->phone_number}}

Email :

{{$contacts->email?$contacts->email:$siteinfo->email}}

@endif @if ($contacts->show_map && $contacts->map_code)
{!! $contacts->map_code !!} {{-- --}}
@endif @endsection