@php $dataItemsBaseDatos = $datasheet->datasheetCaracteristicaPrincipalActivas->where('tipo', 1); $rowspanBaseDatos = count($dataItemsBaseDatos); $dataItemsAlojamiento = $datasheet->datasheetCaracteristicaPrincipalActivas->where('tipo', 2); $rowspanAlojamiento = count($dataItemsAlojamiento); $dataItemsAutenticacion = $datasheet->datasheetCaracteristicaPrincipalActivas->where('tipo', 3); $rowspanAutenticacion = count($dataItemsAutenticacion); $dataItemsVisualizacionDatos = $datasheet->datasheetCaracteristicaPrincipalActivas->where('tipo', 4); $rowspanVisualizacionDatos = count($dataItemsVisualizacionDatos); $dataItemsBaseDatosExterna = $datasheet->datasheetCaracteristicaPrincipalActivas->where('tipo', 5); $rowspanBaseDatosExterna = count($dataItemsBaseDatosExterna); $dataItemsCargaDatos = $datasheet->datasheetCaracteristicaPrincipalActivas->where('tipo', 6); $rowspanCargaDatos = count($dataItemsCargaDatos); $dataItemsAPIs = $datasheet->datasheetCaracteristicaPrincipalActivas->where('tipo', 7); $rowspanAPIs = count($dataItemsAPIs); $dataItemsOtros = $datasheet->datasheetCaracteristicaPrincipalActivas->where('tipo', 8); $rowspanOtros = count($dataItemsOtros); @endphp @if ($rowspanBaseDatos > 0) @foreach ($dataItemsBaseDatos->skip(1) as $item) @endforeach @else @endif @if ($rowspanAlojamiento > 0) @foreach ($dataItemsAlojamiento->skip(1) as $item) @endforeach @else @endif @if ($rowspanAutenticacion > 0) @foreach ($dataItemsAutenticacion->skip(1) as $item) @endforeach @else @endif @if ($rowspanVisualizacionDatos > 0) @foreach ($dataItemsVisualizacionDatos->skip(1) as $item) @endforeach @else @endif @if ($rowspanBaseDatosExterna > 0) @foreach ($dataItemsBaseDatosExterna->skip(1) as $item) @endforeach @else @endif @if ($rowspanCargaDatos > 0) @foreach ($dataItemsCargaDatos->skip(1) as $item) @endforeach @else @endif @if ($rowspanAPIs > 0) @foreach ($dataItemsAPIs->skip(1) as $item) @endforeach @else @endif @if ($rowspanOtros > 0) @foreach ($dataItemsOtros->skip(1) as $item) @endforeach @else @endif
Base de Datos {!! html_entity_decode($dataItemsBaseDatos->first()->descripcion ?? '', ENT_QUOTES, 'UTF-8') !!}
{!! html_entity_decode($item->descripcion ?? '', ENT_QUOTES, 'UTF-8') !!}
Base de Datos No hay datos
Alojamiento {!! html_entity_decode($dataItemsAlojamiento->first()->descripcion ?? '', ENT_QUOTES, 'UTF-8') !!}
{!! html_entity_decode($item->descripcion ?? '', ENT_QUOTES, 'UTF-8') !!}
Alojamiento No hay datos
Autenticación {!! html_entity_decode($dataItemsAutenticacion->first()->descripcion ?? '', ENT_QUOTES, 'UTF-8') !!}
{!! html_entity_decode($item->descripcion ?? '', ENT_QUOTES, 'UTF-8') !!}
Autenticación No hay datos
Visualización de Datos {!! html_entity_decode($dataItemsVisualizacionDatos->first()->descripcion ?? '', ENT_QUOTES, 'UTF-8') !!}
{!! html_entity_decode($item->descripcion ?? '', ENT_QUOTES, 'UTF-8') !!}
Visualización de Datos No hay datos
Conexión a Bases de Datos Externas {!! html_entity_decode($dataItemsBaseDatosExterna->first()->descripcion ?? '', ENT_QUOTES, 'UTF-8') !!}
{!! html_entity_decode($item->descripcion ?? '', ENT_QUOTES, 'UTF-8') !!}
Conexión a Bases de Datos Externas No hay datos
Carga de Datos {!! html_entity_decode($dataItemsCargaDatos->first()->descripcion ?? '', ENT_QUOTES, 'UTF-8') !!}
{!! html_entity_decode($item->descripcion ?? '', ENT_QUOTES, 'UTF-8') !!}
Carga de Datos No hay datos
Integración con APIs {!! html_entity_decode($dataItemsAPIs->first()->descripcion ?? '', ENT_QUOTES, 'UTF-8') !!}
{!! html_entity_decode($item->descripcion ?? '', ENT_QUOTES, 'UTF-8') !!}
Integración con APIs No hay datos
Otros {!! html_entity_decode($dataItemsOtros->first()->descripcion ?? '', ENT_QUOTES, 'UTF-8') !!}
{!! html_entity_decode($item->descripcion ?? '', ENT_QUOTES, 'UTF-8') !!}
Otros No hay datos