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

{!! $page_init['contact']['desc'] ?? '' !!}

@if (!empty($page_init['product_categories']))
@lang('frontend::text.label.service_solution')
    @foreach ($page_init['product_categories'] as $product_category)
  • {!! $product_category['name'] ?? '' !!}
  • @endforeach
@endif
@lang('frontend::text.label.contact_us')
    @if (!empty($page_init['contact']['office']))
  • {!! $page_init['contact']['office'] ?? '' !!}
  • @endif @if ( !empty($page_init['contact']['tel']) && is_array($page_init['contact']['tel']) && count($page_init['contact']['tel']) > 0) @foreach ($page_init['contact']['tel'] as $k => $tel) @if (!empty($tel))
  • {{ $tel }}
  • @endif @endforeach @endif @if ( !empty($page_init['contact']['email']) && is_array($page_init['contact']['email']) && count($page_init['contact']['email']) > 0) @foreach ($page_init['contact']['email'] as $k => $email) @if (!empty($email))
  • {{ $email }}
  • @endif @endforeach @endif
@if (!empty($page_init['contact']['social']) && is_array($page_init['contact']['social']))
@foreach ($page_init['contact']['social'] as $icon => $social) @if (!empty($social['url']))
@endif @endforeach
@endif

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