{{ config('site.assets.main_logo_alt') }}

{{ __(config('site.footer.description')) }}


{{ __(config('site.footer.social_text')) }}

    @foreach(config('site.social_media') as $key => $social) @if($social['active'])
  • @endif @endforeach
{{ __('ENLACES ÚTILES') }}
{{ __('Navegación') }}
  • {{ __('INICIO') }}
  • {{ __('EMPRESA') }}
  • {{ __('Contacto') }}
{{ __('Módulos') }}
    @if(is_module_active('services'))
  • {{ __('SOLUCIONES') }}
  • @endif @if(is_module_active('products'))
  • {{ __('EQUIPOS') }}
  • @endif @if(is_module_active('blog'))
  • {{ __('NOVEDADES') }}
  • @elseif(is_module_active('news'))
  • {{ __('NOVEDADES') }}
  • @endif
{{ __(config('site.footer.newsletter_title')) }}

{{ __(config('site.footer.newsletter_text')) }}

{{ __('Success!') }} {{ __('You\'ve been added to our email list.') }}
@csrf

©   {{ config('site.author') }}   {{ __(config('site.footer.copyright_text')) }}