@if($section->type == 'background_video')
@elseif($section->type == 'swiper')
@elseif($section->type == 'newsletter')
Boletin informativo
Complete su dirección de correo electrónico para recibir actualizaciones mensuales
@elseif($section->type == 'carousel')
@foreach($section->sectionContent()->orderBy('order')->where('active', true)->get() as $sectionContent)
@if($sectionContent->url_to)
@else
@endif
@endforeach
{{--
{{ $section->name }}
{{ $section->detail }}
--}}
@elseif($section->type == 'title')
{{--
{{ $section->name }}
{{ $section->detail }}
--}}
@else
{{ $section->name }}
{{ $section->detail }}
@endif