@if(count($rankers) > 0)
@foreach($rankers as $item) @php $teamName = $item->department_name ?? 'Team'; @endphp @endforeach
@else
🏆

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

@endif @if($currentUserRankItem)
@php $currTeamName = $currentUserRankItem->department_name ?? 'Team'; @endphp
@endif