@php $general = $detailData['general']; $financial = $general['financial']; @endphp
{{ $general['status_label'] }} {{ $general['section_label'] }}

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

{{ $detailData['header']['work'] }} ยท {{ $detailData['header']['cluster'] }}

Global progress {{ $homeContext['progress'] }}
@foreach ($general['kpis'] as $item)

{{ $item['label'] }}

{{ $item['value'] }}

@endforeach

info Informacion General

@foreach ($general['info'] as $item)

{{ $item['label'] }}

{{ $item['value'] }}

@endforeach

payments Desempeno Financiero

{{ $financial['current_label'] }} ({{ $financial['current_amount'] }}) {{ $financial['budget_label'] }} ({{ $financial['budget_amount'] }})

{{ $financial['remaining_label'] }}

{{ $financial['remaining_amount'] }}

trending_flat

map Avance por Area

@foreach ($general['areas'] as $area)

{{ $area['label'] }}

{{ $area['progress'] }}

@endforeach

Acciones

@foreach ($general['actions'] as $action) @endforeach

warning Panel de Atencion

@foreach ($general['attention'] as $item)
{{ $item['icon'] }}

{{ $item['title'] }}

{{ $item['description'] }}

@endforeach

Responsables

@foreach ($general['responsibles'] as $person)
{{ $person['initials'] }}

{{ $person['name'] }}

{{ $person['role'] }}

@endforeach

Actividad Reciente

@foreach ($general['activity'] as $item)
{{ $item['icon'] }}

{{ $item['title'] }}

{{ $item['time'] }}

@endforeach