@extends('layouts.app') @section('content') @if($objCiencia!=null)
  1. Inicio
  2. {{$objCiencia['sec_banner']['titulo']}}

{{$objCiencia['sec_banner']['titulo']}}

    @php $v_o = 0; @endphp @foreach($objCiencia['secciones'] as $a) @php $v_o++; $valactiv=($v_o==1?"active":""); @endphp
  • @endforeach
@php $v_o = 0; @endphp @foreach($objCiencia['secciones'] as $a) @php $v_o++; $valactiv = ($v_o==1?"active":""); @endphp

{{$a['sec_descripcion']['titulo']}}

@if(isset($a['sec_descripcion']['bloques'][0])) @php echo html_entity_decode($a['sec_descripcion']['bloques'][0]['enriquecido']) @endphp @endif @if(isset($a['sec_descripcion']['bloques'][1]))
    @foreach($a['sec_descripcion']['bloques'][1]['items'] as $b)
  • @php echo html_entity_decode($b['enriquecido']) @endphp
  • @endforeach
@endif

{{isset($a['sec_descripcion']['acordeon']['titulo'])?$a['sec_descripcion']['acordeon']['titulo']:''}}

@foreach($a['sec_descripcion']['acordeon']['items'] as $b) @php $v_tba = 0; @endphp
@if(count($b['bloques'])===1) @if(isset($b['bloques'][0]['items']))
@foreach($b['bloques'][0]['items'] as $d)

@php echo html_entity_decode($d['enriquecido']) @endphp

@endforeach
@else

@php echo html_entity_decode($b['bloques'][0]['enriquecido']) @endphp

@endif @else @if(count($b['bloques'])===3)

@php echo html_entity_decode($b['bloques'][0]['enriquecido']) @endphp

@if(isset($b['bloques'][1]['items']))
    @foreach($b['bloques'][1]['items'] as $d) @if(isset($d['icon']))
  • @php echo html_entity_decode($d['titulo']) @endphp
  • @else
    @php echo html_entity_decode($d['enriquecido']) @endphp
    @endif @endforeach
@endif

@php echo html_entity_decode($b['bloques'][2]['enriquecido']) @endphp

@else
    @foreach($b['bloques'] as $c) @if(isset($c['items'])) @foreach($c as $d) @if(isset($d[0]['enriquecido'])) @foreach($d as $da)
  • @php echo html_entity_decode($da['enriquecido']) @endphp
  • @endforeach @endif @endforeach @else
    @php echo html_entity_decode($c['enriquecido']) @endphp
    @endif @endforeach
@endif @endif
@php $v_tba++; @endphp @endforeach
@if(isset($a['sec_items']))

{{$a['sec_items']['titulo']}}

@if(isset($a['sec_items']['items']))
    @php $v_b = 0; @endphp @foreach($a['sec_items']['items'] as $c)
  • {{$c['titulo']}}
  • @php $v_b++; @endphp @endforeach
@if($v_b > 4)
@endif
@endif
@endif @if(isset($a['sec_pasos']))

{{$a['sec_pasos']['titulo']}}

@if(isset($a['sec_pasos']['enriquecido']))
@php echo html_entity_decode($a['sec_pasos']['enriquecido']) @endphp
@endif
    @php $v_tb = 0;@endphp @foreach($a['sec_pasos']['items'] as $z) @php $inview = ($v_tb==0?"in-view":""); @endphp
  • @php $v_tb++; @endphp @endforeach
    @if(isset($a['sec_pasos'])) @php $v_tb = 0; @endphp @foreach($a['sec_pasos']['items'] as $z) @php $inview=($v_tb==0?"in-view":""); @endphp
  • @php echo html_entity_decode($z['bloques'][0]['enriquecido']) @endphp
    @if(isset($z['bloques'][1])) @if($z['bloques'][1]['variante']=="1")
      @foreach($z['bloques'][1]['items'] as $x)
    • @if(isset($x['enriquecido']))
      @php echo html_entity_decode($x['enriquecido']) @endphp
      @endif
    • @endforeach
    @endif @if($z['bloques'][1]['variante']=="2")
      @foreach($z['bloques'][1]['items'] as $x)
    • @if(isset($x['titulo']))
      @php echo html_entity_decode($x['titulo']) @endphp
      @endif
    • @endforeach
    @endif @endif @if(isset($z['bloques'][2]))
    @php echo html_entity_decode($z['bloques'][2]['enriquecido']) @endphp
    @endif
  • @php $v_tb++; @endphp @endforeach @endif
@endif @if(isset($a['sec_detalle']))
@php $v_tb = 0;@endphp @foreach($a['sec_detalle']['acordeon']['items'] as $z)
@php echo html_entity_decode($z['bloques'][0]['enriquecido']) @endphp
@endforeach
@endif
@endforeach
@endif @endsection