{{ __('match.text_predict_correct_rate') }}

90.7%

{{ __('match.text_win_rate') }}

83.2%

{{ __('match.text_correct_matches') }}

51
@foreach($tournaments as $tournamentGroup) @php $tournament = $tournamentGroup->first()->tournament; // 获取赛事类型信息 @endphp
@foreach($tournamentGroup->sortByDesc('start_time') as $match) @if($match->start_time < now()) @elseif(auth()->check()) @if(Auth::user()->subscribe) @else @for($i=0; $i<8; $i++) @endfor @endif @else {{-- 用户未登录,显示锁定图标提示登录 --}} @for($i=0; $i<8; $i++) @endfor @endif @endforeach
{{ __('match.text_date') }} {{ __('match.text_match') }} 1 X 2 {{ __('match.text_tip') }} {{ __('match.text_handicap') }} {{ __('match.text_o_u') }} {{ __('match.text_correct_score') }} {{ __('match.text_best_tip') }}
{{ $match->start_time->format('H:m') }}
@if($match->start_time < now()) {{ __('match.text_finished') }} @else {{ __('match.text_upcoming') }} @endif
{{ $match->teamA->name}}
@if($match->team_a_result != "-" && $match->team_b_result != "") {{$match->team_a_result}}:{{$match->team_b_result}} @else VS @endif
{{ $match->teamB->name}}
{{ $match->first_odd}} {{ $match->x_odd}} {{ $match->second_odd}} {{ $match->tip}}
{{ $match->tip_odd}}
{{ $match->handicap}}
{{ $match->handicap_odd}}
{{ $match->o_u}}
{{ $match->o_u_odd}}
{{ $match->correct_score}}
{{ $match->correct_score_odd}}
{{ $match->best_tip}}
{{ $match->best_tip_odd}}
{{ $match->first_odd}} {{ $match->x_odd}} {{ $match->second_odd}} {{ $match->tip}}
{{ $match->tip_odd}}
{{ $match->handicap}}
{{ $match->handicap_odd}}
{{ $match->o_u}}
{{ $match->o_u_odd}}
{{ $match->correct_score}}
{{ $match->correct_score_odd}}
{{ $match->best_tip}}
{{ $match->best_tip_odd}}
@if($i > 2) x
@endif x
@if($i > 2) x
@endif x
@foreach($tournamentGroup->sortByDesc('start_time') as $match) @if($match->start_time < now()) @elseif(auth()->check()) @if(Auth::user()->subscribe) @else @endif @else @endif
{{ $match->start_time->format('H:m') }} @if($match->start_time < now()) {{ __('match.text_finished') }} @else {{ __('match.text_upcoming') }} @endif
{{ $match->teamA->name}}
@if($match->team_a_result != "-" && $match->team_b_result != "") {{$match->team_a_result}}:{{$match->team_b_result}} @else VS @endif
{{ $match->teamB->name}}
1 X 2 {{ __('match.text_tip') }} {{ __('match.text_handicap') }} {{ __('match.text_o_u') }} {{ __('match.text_correct_score') }} {{ __('match.text_best_tip') }}
{{ __('match.text_odd') }} {{ $match->first_odd}} {{ $match->x_odd}} {{ $match->second_odd}} {{ $match->tip}}
{{ $match->tip_odd}}
{{ $match->handicap}}
{{ $match->handicap_odd}}
{{ $match->o_u}}
{{ $match->o_u_odd}}
{{ $match->correct_score}}
{{ $match->correct_score_odd}}
{{ $match->best_tip}}
{{ $match->best_tip_odd}}
{{ __('match.text_odd') }} {{ $match->first_odd}} {{ $match->x_odd}} {{ $match->second_odd}} {{ $match->tip}}
{{ $match->tip_odd}}
{{ $match->handicap}}
{{ $match->handicap_odd}}
{{ $match->o_u}}
{{ $match->o_u_odd}}
{{ $match->correct_score}}
{{ $match->correct_score_odd}}
{{ $match->best_tip}}
{{ $match->best_tip_odd}}
@endforeach {{-- @foreach($tournamentGroup->sortByDesc('start_time') as $match) @if($match->start_time < now()) @elseif(auth()->check()) @if(Auth::user()->subscribe) @else @endif @else @endif @endforeach
{{ __('match.text_time') }} {{ __('match.text_match') }} {{ __('match.text_1_x_2_tips') }} {{ __('match.text_correct_score') }} {{ __('match.text_handicap') }} {{ __('match.text_o_u') }} {{ __('match.text_best_tip') }}
{{ $match->start_time->format('H:m') }} @if($match->start_time < now()) {{ __('match.text_finished') }} @else {{ __('match.text_upcoming') }} @endif {{$match->tip}} {{$match->correct_score}} {{$match->handicap}} {{$match->o_u}} {{$match->best_tip}}{{$match->tip}} {{$match->correct_score}} {{$match->handicap}} {{$match->o_u}} {{$match->best_tip}}
--}}
@endforeach