@if (!empty($page_init['setting']['logo']['footer'])) Logo @endif @if (!empty($page_init['contact']['name']))

{{ $page_init['contact']['name'] }}

@endif
@if (!empty($page_init['contact']['office']))
{{ $page_init['contact']['office'] }}
@endif @if (!empty($page_init['contact']['email']))
  • {{ __('frontend::lang.footer.email') }} : {{ $page_init['contact']['email'] }}
@endif
@if (!empty($page_init['menu_footer'][0]))
    @foreach ($page_init['menu_header'] as $f)
  • {{ $f['name'] ?? '' }}
  • @endforeach
@endif
@if (!empty($page_init['contact']['tel']) || !empty($page_init['contact']['mobile']))

{{ __('frontend::lang.footer.call_center') }}

@if (!empty($page_init['contact']['tel'])) {{ str_format($page_init['contact']['tel'], '-', [2, 3, 4, 1]) }} @endif @if (!empty($page_init['contact']['mobile'])) {{ str_format($page_init['contact']['mobile']) }} @endif
@endif @php $chk = false; foreach ($page_init['contact']['social'] ?? [] as $k_s => $s) { if (!empty($s['url'])) { $chk = true; break; } } @endphp @if (!empty($page_init['contact']['social']) && $chk)

{{ __('frontend::lang.footer.connect_with_us') }}

@php $social = [ 'facebook' => 'fab fa-facebook-f', 'line' => 'fab fa-line', 'youtube' => 'fab fa-youtube', 'instagram' => 'fab fa-instagram', 'tiktok' => 'fab fa-tiktok', 'twitter' => 'fab fa-x-twitter', ]; @endphp
    @foreach ($page_init['contact']['social'] as $k_s => $s) @if (empty($s['url'])) @continue @endif
  • @endforeach
@endif
@if (!empty($page_init['setting']['copyright']) || !empty($page_init['menu_footer'][0]))

{{ $page_init['setting']['copyright'] ?? '' }} @if (!empty($page_init['menu_footer'][0])) {{ $page_init['menu_footer'][0]['name'] ?? '' }} @endif

@endif