{{ config('site.footer.about_title') }}

{{ config('site.footer.about_description') }}

{{ config('site.assets.main_logo_alt') }}
{{ config('site.footer.navigation_title') }}
    @php $navigation = get_dynamic_navigation('footer'); @endphp @foreach($navigation as $key => $item) @if($item['active'])
  • {{ $item['title'] }}
  • @endif @endforeach
{{ config('site.footer.modulos_principales_title', 'Áreas de Actuación') }}
@php if (is_module_active('services')) { $footerServiceCategories = \App\Modules\Services\Models\ServiceCategory::active() ->ordered() ->withCount(['services' => function($query) { $query->where('is_active', true); }]) ->having('services_count', '>', 0) ->limit(5) ->get(); } else { $footerServiceCategories = collect(); } @endphp @if($footerServiceCategories->count() > 0)
    @foreach($footerServiceCategories as $category)
  • {{ $category->name }}
  • @endforeach
{{ __('Ver Todos') }} @else

{{ __('No hay áreas de actuación disponibles') }}

@endif
{{ config('site.footer.contact_title') }}
  • {{ config('site.contact.phone') }}
  • {{ config('site.contact.email') }}
  • {{ config('site.contact.schedule') }}
    @foreach(config('site.social_media') as $key => $social) @if($social['active'])
  • @endif @endforeach

{{ config('site.name') }} © {{ date('Y') }}. {{ config('site.footer_copyright_text') }}