{{ $footer->about_us }}

@csrf

{{ __('translate.Quick Links') }}

{!! wp_nav_menu([ 'theme_location' => 'footer_menu_1', 'menu_class' => '', 'container' => false, 'items_wrap' => '
    %3$s
', 'menu_id' => 'main-nav', 'before' => '', 'after' => '', 'link_before' => '', 'link_after' => '', ]) !!}

{{ __('translate.Information') }}

    @if ($footer->address || $footer->address_url)
  • {{ $footer->address }}
  • @endif @if ($footer->phone)
  • {{ $footer->phone }}
  • @endif @if ($footer->working_hours)
  • {{ $footer->working_hours }}

  • @endif

{{ __('translate.Utility Pages') }}

{!! wp_nav_menu([ 'theme_location' => 'footer_menu_2', 'menu_class' => '', 'container' => false, 'items_wrap' => '
    %3$s
', 'menu_id' => 'main-nav', ]) !!}
{{ $footer->copyright }}