{{ __('auto.游戏参与情况统计') }}
{{ __('auto.游戏参与情况统计') }}
| {{ __('auto.GameID尾号') }} | {{ __('auto.尾号对应的游戏') }} | {{ __('auto.注册人数') }} | {{ __('auto.参与游戏人数') }} | {{ __('auto.参游率') }} |
|---|---|---|---|---|
| {{ $stat['last_digit'] }} | {{ $stat['game_name'] }} | {{ $stat['register_count'] }} | {{ $stat['played_count'] }} | @if($stat['register_count'] > 0) {{ $stat['participation_rate'] }}% @else - @endif |
{{ __('auto.暂无统计数据,请选择其他时间范围。') }}