@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
@extends($_layout . 'master')
@section('title', $page_title)
@include($_lib . 'register-meta')
@section('breadcrumb.show', 'breadcrumb')
@section('content')
{{ $contacts->form_description }}{{ $contacts->form_title }}
@if ($contacts->form_description)