@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
{!! $contacts->map_code !!}
@php
$list = [
"facebook", "twitter", "youtube", "instagram", "pinterest"
];
$pf = [
"-f", "", "", "", "-p"
];
@endphp
@foreach ($list as $s)
@continue(!$socials->{$s})
-
@endforeach