{{-- 今日经验榜 --}}
{{-- 今日金币榜 --}}
{{-- 今日魅力榜 --}}
⚡ 今日修为榜
今日Exp
@if ($todayExp->isEmpty())
😴
@else
@foreach ($todayExp as $i => $row)
今日暂无记录
@if ($i === 0)
🥇
@elseif ($i === 1)
🥈
@elseif ($i === 2)
🥉
@else
{{ $i + 1 }}
@endif
{{ $row->username }}
+{{ number_format($row->total) }}
@endforeach
@endif
💰 今日财富榜
今日Coin
@if ($todayGold->isEmpty())
😴
@else
@foreach ($todayGold as $i => $row)
今日暂无记录
@if ($i === 0)
🥇
@elseif ($i === 1)
🥈
@elseif ($i === 2)
🥉
@else
{{ $i + 1 }}
@endif
{{ $row->username }}
+{{ number_format($row->total) }}
@endforeach
@endif
🌸 今日魅力榜
今日Charm
@if ($todayCharm->isEmpty())
😴
@else
@foreach ($todayCharm as $i => $row)
今日暂无记录
@if ($i === 0)
🥇
@elseif ($i === 1)
🥈
@elseif ($i === 2)
🥉
@else
{{ $i + 1 }}
@endif
{{ $row->username }}
+{{ number_format($row->total) }}
@endforeach
@endif
凌晨 00:00 自动重置 · 数据每 5 分钟刷新