@php $alerts = $detailData['alerts']; @endphp
{{ $alerts['hero_status'] }}

{{ $homeContext['model'] }} - {{ $homeContext['lot'] }}

{{ $alerts['hero_progress'] }}

{{ $alerts['hero_stage'] }}

@foreach ($alerts['hero_dates'] as $item)

{{ $item['label'] }}

{{ $item['value'] }}

@endforeach
report

{{ $alerts['status_panel']['title'] }}

ALERTA

{{ $alerts['status_panel']['description'] }}

@foreach ($alerts['kpis'] as $item)

{{ $item['label'] }}

{{ $item['value'] }} {{ $loop->index === 0 ? 'format_list_bulleted' : ($loop->index === 1 ? 'error_outline' : ($loop->index === 2 ? 'priority_high' : ($loop->index === 3 ? 'pending' : 'check_circle'))) }}
@endforeach

table_chart Registro de Incidencias

@foreach ($alerts['rows'] as $row) @endforeach
Fecha Incidencia Categoria Severidad Estado Responsable
{{ $row['date'] }}
{{ $row['title'] }} {{ $row['area'] }}
{{ $row['category'] }}
{{ $row['severity'] }}
{{ $row['state'] }}
{{ $row['owner_initials'] }}
{{ $row['owner'] }}

Distribucion por Seccion

@foreach ($alerts['distribution'] as $item)
{{ $item['label'] }} {{ $item['value'] }}
@endforeach

Tendencia de Resolucion

@foreach ($alerts['trend']['bars'] as $height)
@endforeach
@foreach ($alerts['trend']['days'] as $day) {{ $day }} @endforeach