• {{ trans('front.footer_nav_aboutus') }}
  • {{ trans('front.footer_nav_services') }}
  • {{ trans('front.footer_nav_info') }}
  • {{ trans('front.footer_nav_contacts') }}

{{ trans('front.footer_nav_aboutus') }}

  • {{ trans('front.history_title') }}
  • {{ trans('front.mission_title') }}
  • {{ trans('front.vision_title') }}
  • {{ trans('front.membership_title') }}
  • {{ trans('front.quality_title') }}
  • {{ trans('front.ethic_title') }}
  • @if($termsPage)
  • {{ $termsPage->languages->where('lang_short', $lang)->first()->pivot->title }}
  • @endif

{{ trans('front.footer_nav_services') }}

@if(count($servicePage->children) > 0)
    @foreach($servicePage->children as $row)
  • {{ $row->languages->where('lang_short', $lang)->first()->pivot->title }}
  • @endforeach
@endif

{{ trans('front.footer_nav_info') }}

@if(count($infoPage->children) > 0)
    @foreach($infoPage->children as $row)
  • {{ $row->languages->where('lang_short', $lang)->first()->pivot->title }}
  • @endforeach
@endif

{{ trans('front.footer_nav_contacts') }}

    @foreach($offices as $row)
  • {{ $row->languages->where('lang_short', $lang)->first()->pivot->title }}
  • @endforeach

{{ trans('front.copyright') }}

@if($lang == 'BG' || $lang == 'EN')
@else
  • @if($lang == 'RS')
  • @endif
@endif Created by GRIND