@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)
{{$contacts->form_description}}
{{$contacts->address?$contacts->address:$siteinfo->address}}
{{$contacts->phone_number?$contacts->phone_number:$siteinfo->phone_number}}
{{$contacts->email?$contacts->email:$siteinfo->email}}