@if (!empty($page_init['contact']['name']) || !empty($page_init['setting']['logo']['footer']))
@if (!empty($page_init['setting']['logo']['footer']))
@endif
@if (!empty($page_init['contact']['name']))
{{ $page_init['contact']['name'] ?? '' }}
@endif
@endif
{{ __('frontend::messages.footer_click_icons_title') }}
@php
$messagingLinks = [['key' => 'wechat', 'icon' => 'simple-icons:wechat'], ['key' => 'whatsapp', 'icon' => 'simple-icons:whatsapp'], ['key' => 'line', 'icon' => 'simple-icons:line']];
@endphp
@foreach ($messagingLinks as $item)
@php
$url = $page_init['contact']['social'][$item['key']][0]['url'] ?? null;
$label = __('frontend::messages.social.' . $item['key']);
@endphp
-
@if ($url)
@else
@endif
@endforeach
@if (!empty($page_init['menu_header'][0]) || !empty($page_init['menu_sp_header'][0]))
@endif
@if (!empty($page_init['setting']['copyright']) || !empty($page_init['menu_footer'][0]))
{{ $page_init['setting']['copyright'] ?? '' }}
@if (!empty($page_init['menu_footer'][0]))
@if (!empty($page_init['setting']['copyright']))
·
@endif
{{ $page_init['menu_footer'][0]['name'] ?? '' }}
@endif
@endif
@if (!empty($page_init['setting']['copyright']) || !empty($page_init['menu_footer'][0]))
{{ $page_init['setting']['copyright'] ?? '' }}
@if (!empty($page_init['menu_footer'][0]))
@if (!empty($page_init['setting']['copyright']))
·
@endif
{{ $page_init['menu_footer'][0]['name'] ?? '' }}
@endif
@endif