@php
$avatarColors = ['bg-orange', 'bg-blue', 'bg-green', 'bg-purple'];
@endphp
@foreach ($topWinners as $index => $player)
@if($index >= 3)
{{ $index + 1 }}
{{ strtoupper(substr(str_replace(' ', '', $player->Name), 0, 2)) }}
{{ $player->Name }}
৳{{ number_format($player->Winning, 2, '.', '') }}
@endif
@endforeach
@include('partials.bottom-nav')