{{ __('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
@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
|
@if($match->start_time < now() || $match->start_time->diffInMinutes(now(), false) >= 120)
{{ $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}} |
@elseif(auth()->check()) @if(auth()->user() && auth()->user()->activeSubscription()) | {{ $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}} |
@else @for($i=0; $i<8; $i++) |
@if($i > 2)
x @endif x |
@endfor
@endif @else {{-- 用户未登录,显示锁定图标提示登录 --}} @for($i=0; $i<8; $i++) |
@if($i > 2)
x @endif x |
@endfor
@endif |
@foreach($tournamentGroup->sortByDesc('start_time') as $match)
@endforeach
|
{{ $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 |
|||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 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}} |
@elseif(auth()->check()) @if(Auth::user()->subscribe) | {{ __('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}} |
@else | @endif @else | @endif | ||||||||||||||||||