{{-- Imagen escritorio --}}
@if($congreso->hero_imagen_path)
@endif
{{-- Imagen movil o fallback escritorio --}}
@if($congreso->hero_imagen_mobile_path)
@elseif($congreso->hero_imagen_path)
@endif
{{-- Fondo solido si no hay imagen --}}
@if(!$congreso->hero_imagen_path && !$congreso->hero_imagen_mobile_path)
@endif
{{-- Overlay oscuro --}}
@if($congreso->hero_aplicar_overlay)
@endif
{{-- Navegacion --}}
@foreach($congreso->secciones->where('activo', true)->where('mostrar_en_nav', true)->sortBy('orden') as $secNav)
{{ $secNav->titulo }}
@endforeach
@if($congreso->secciones->where('activo', true)->where('mostrar_en_nav', true)->isEmpty())
@if($congreso->seccion1_titulo || $congreso->seccion2_titulo)
Acerca de
@endif
@endif
@if($congreso->programa_pdf_path)
Programa
@endif
@if($congreso->registro_abierto) {{-- Condición para mostrar el botón de registro en el nav móvil --}}
Registro
@endif
Constancias