{{ __('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() || $match->start_time->diffInMinutes(now(), false) >= 120) @include('partials.match_predictions', ['match' => $match]) @else @if(auth()->check()) @if(auth()->user()->activeSubscription()) @include('partials.match_predictions', ['match' => $match]) @else @include('partials.locked_match_details.blade') @endif @else @include('partials.not_logged_match_details.blade') @endif @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}}
@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