• {{ 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
REQUEST CONSULTATION
{{ config('site.assets.main_logo_alt') }}
    @php $navigation = get_dynamic_navigation('header'); @endphp @foreach($navigation as $key => $item) @if($item['active']) @if(isset($item['dropdown']) && $item['dropdown'])
  • {{ $item['title'] }}
    • {{ __('Ver Todos') }}
    • @if($key === 'services' && is_module_active('services')) @foreach($serviceCategories ?? [] as $category)
    • {{ $category->name }}
    • @endforeach @endif
  • @else
  • {{ $item['title'] }}
  • @endif @endif @endforeach