@if (!empty($partners['list']))
@foreach ($partners['list'] as $partner)
IB World School
@endforeach
@endif
@if (!empty($page_init['setting']['logo']['footer'])) MYIS International School @endif

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

@lang('frontend::lang.contact')

  • {!! $page_init['contact']['office'] ?? '' !!}
  • @if (!empty($page_init['contact']['tel']))
  • @lang('frontend::lang.tel'): {{ $page_init['contact']['tel'] ?? '' }}
  • @endif @if (!empty($page_init['contact']['email']))
  • @lang('frontend::lang.email'): {{ $page_init['contact']['email'] ?? '' }}
  • @endif
@if (!empty($page_init['quick_link']))

@lang('frontend::lang.quick_link')

    @foreach ($page_init['quick_link'] as $quick_link)
  • {!! $quick_link['name'] ?? '' !!}
  • @endforeach
@endif
@if (!empty($page_init['contact']['social']['facebook']['url']) || !empty($page_init['contact']['social']['instagram']['url']) || !empty($page_init['contact']['social']['youtube']['url']) || !empty($page_init['contact']['social']['line']['url']) || !empty($page_init['contact']['social']['twitter']['url']) || !empty($page_init['contact']['social']['tiktok']['url']))

@lang('frontend::lang.follow_us')

@if (!empty($page_init['contact']['social']['facebook']['url'])) @endif @if (!empty($page_init['contact']['social']['instagram']['url'])) @endif @if (!empty($page_init['contact']['social']['youtube']['url'])) @endif @if (!empty($page_init['contact']['social']['line']['url'])) @endif @if (!empty($page_init['contact']['social']['twitter']['url'])) @endif @if (!empty($page_init['contact']['social']['tiktok']['url'])) @endif
@endif

{{ $page_init['setting']['copyright'] ?? '' }}

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