• {{ __('messages.home') }}
  • {{ __('messages.about') }}
    • {{ __('messages.about-us') }}
    • {{ __('messages.history') }}
    • {{ __('messages.our-people') }}
  • {{--
  • {{__('messages.products')}}
  • --}}
  • {{ __('messages.products') }}
      @foreach ($productCategories as $sector)
    • {{ $sector->translation->name }}
    • @endforeach
  • {{ __('messages.machinery') }}
      @foreach ($machineCategories as $categoryF)
    • {{ $categoryF->translation->name }}
    • @endforeach
  • {{ __('messages.partners') }}
  • {{ __('messages.blog') }}
  • {{ __('messages.contacts') }}
  • @auth {{ __('my profile') }} @else {{ __('login') }} @endauth
{{-- BTN WEB CATALOGUE --}}