{{ __('match.text_predict_correct_rate') }}
{{$data['text_predict_correct_rate']['title']}}
{{ __('match.text_win_rate') }}
{{$data['text_win_rate']['title']}}
{{ __('match.text_correct_matches') }}
{{$data['text_correct_matches']['title']}}
@foreach($tournaments as $tournamentGroup)
@php
$tournament = $tournamentGroup->first()->tournament; // 获取赛事类型信息
@endphp
@endforeach