@php $employees = $detailData['employees']; $summary = $employees['summary']; @endphp
home_work

{{ $homeContext['lot'] }}

{{ $homeContext['model'] }}
{{ $homeContext['progress'] }}
Fase: {{ $employees['phase_label'] }}

Total Personal

{{ $summary['total'] }} Asignados

Activo Hoy

{{ $summary['active'] }} check_circle {{ $summary['active_percentage'] }}

Roles Cubiertos

{{ $summary['roles'] }} {{ $summary['roles_meta'] }}

Alertas Criticas (RRHH)

{{ $summary['alerts'] }} {{ $summary['alerts_meta'] }}
@foreach ($employees['filters'] as $filter) @endforeach
@foreach ($employees['people'] as $person)
{{ $person['initials'] }}
{{ $person['status'] }}

{{ $person['name'] }}

{{ $person['role'] }}

{{ $person['joined'] }}
@endforeach
add

Nuevo Integrante

{{ $employees['cta_label'] }}

groups_2

Alertas de Personal

@foreach ($employees['alerts'] as $index => $alert)

{{ $alert['title'] }}

{{ $alert['name'] }}

{{ $alert['description'] }}

@if (!empty($alert['action'])) @endif
@endforeach

Actividad del Personal

@foreach ($employees['activity'] as $item)
@if (!$loop->last)
@endif
{{ $item['icon'] }}

{{ $item['title'] }}: {{ $item['description'] }}

{{ $item['time'] }}

@endforeach