@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