@if (!empty($page_init['setting']['logo']['footer']))
{{ $page_init['setting']['logo']['footer'] ?? '' }}
@endif
{!! $page_init['contact']['desc'] ?? '' !!} @if (!empty($page_init['contact']['social']))
@foreach ($page_init['contact']['social'] as $icon => $social) @if (!empty($social['url']))
@if ($icon == 'twitter') @else @endif
@endif @endforeach
@endif
@if (!empty($page_init['contact']))
@lang('frontend::text.title.headquarters')
    @if (!empty($page_init['contact']['office']))
  • {!! $page_init['contact']['office'] ?? '' !!}
  • @endif @if (!empty($page_init['contact']['tel']))
  • {{ $page_init['contact']['tel'] ?? '' }}
  • @endif @if (!empty($page_init['contact']['fax']))
  • {{ $page_init['contact']['fax'] ?? '' }}
  • @endif @if (!empty($page_init['contact']['email']))
  • {{ $page_init['contact']['email'] ?? '' }}
  • @endif
@endif
@if (!empty($page_init['branch']['list'])) @foreach ($page_init['branch']['list'] as $item)
{!! $item['name'] ?? '' !!}
  • {!! $item['office'] ?? '' !!}
  • @if (!empty($item['tel']))
  • {{ $item['tel'] ?? '' }}
  • @endif @if (!empty($item['email']))
  • {{ $item['email'] ?? '' }}
  • @endif @if (!empty($item['fax']))
  • {{ $item['fax'] ?? '' }}
  • @endif
@endforeach @endif

{!! $page_init['setting']['copyright'] ?? '' !!}
@if (!empty($page_init['menu_footer'])) @foreach ($page_init['menu_footer'] as $item)
{!! $item['name'] ?? '' !!}
@endforeach @endif