@php use App\Support\Ui\EnterpriseDetail\FactPresentation; $header = $header ?? []; $header = is_array($header) ? $header : []; $statusBadges = array_values(array_filter($header['statusBadges'] ?? [], 'is_array')); $keyFacts = array_values(array_filter($header['keyFacts'] ?? [], 'is_array')); $primaryActions = array_values(array_filter($header['primaryActions'] ?? [], 'is_array')); @endphp