@if(count($rankers) > 0)
@foreach($rankers as $item) @php $deptVal = $item->departments; if (is_numeric($deptVal)) { $idx = ((int)$deptVal) - 1; $teamName = config('constants.DEPARTMENTS')[$idx] ?? 'Team'; } else { $teamName = $deptVal ?? 'Team'; } @endphp @endforeach
@else
🏆

Chưa có xếp hạng cho tháng này

@endif @if($currentUserRankItem)
@php $currDeptVal = $currentUserRankItem->departments; if (is_numeric($currDeptVal)) { $idx = ((int)$currDeptVal) - 1; $currTeamName = config('constants.DEPARTMENTS')[$idx] ?? 'Team'; } else { $currTeamName = $currDeptVal ?? 'Team'; } @endphp
@endif