@if (!empty($page_init['contact']['tel'])) @endif
@lang('frontend::text.language') : @foreach ($page_init['lang_switch'] ?? [] as $lang => $lang_url) @endforeach
@if (!empty($page_init['setting']['logo']['header'])) @endif
@if (!empty($page_init['contact']['social']['facebook']['url']) || !empty($page_init['contact']['social']['line']['url']) || !empty($page_init['contact']['social']['youtube']['url']) || !empty($page_init['contact']['email']) || !empty($page_init['contact']['tel']))
@if (!empty($page_init['contact']['social']['facebook']['url']))
{!! $page_init['contact']['social']['facebook']['name'] ?? '' !!} .
@endif @if (!empty($page_init['contact']['social']['line']['url']))
{!! $page_init['contact']['social']['line']['name'] ?? '' !!} .
@endif @if (!empty($page_init['contact']['social']['youtube']['url']))
{!! $page_init['contact']['social']['youtube']['name'] ?? '' !!} .
@endif @if (!empty($page_init['contact']['email']))
@lang('frontend::text.send_email') .
@endif @if (!empty($page_init['contact']['tel']))
@lang('frontend::text.tel') {{ $page_init['contact']['tel'] }} .
@endif
@endif