@extends('layouts.app') @section('content')
league logo

{{$league->name}}

Leggyakrabban előforduló eredmények:

@foreach($most_frequent as $key => $most)

{{$key}} ({{$most}}x fordult elő)

@endforeach
Meccsek
@foreach($filtered as $season) @endforeach
Hazai csapat Vendég csapat Végeredmény Forduló Meccs kezdete Odds 1x2 Odds különbség Odds pontos eredményre
{{ \Carbon\Carbon::parse($season->time->starting_at->date_time)->format('Y.m.d') }} {{$season->localTeam->data->name}}
Végeredmény: {{$season->scores->localteam_score}}-{{$season->scores->visitorteam_score}} Forduló: {{$season->round->data->name}}
{{$season->visitorTeam->data->name}} {{$season->scores->localteam_score}}-{{$season->scores->visitorteam_score}} {{$season->round->data->name}} {{$season->time->starting_at->date_time}} @if($season->flatOdds->data != null) @foreach($season->flatOdds->data as $threeway_odds) @if($threeway_odds->market_id == 1)
Hazai: {{$threeway_odds->odds[0]->value}}
Döntetlen: {{$threeway_odds->odds[1]->value}}
Vendég: {{$threeway_odds->odds[2]->value}}
@endif @endforeach @else Hiányzó adat @endif
@if(isset($difference_between_odds)) {{$difference_between_odds}} @else Hiányzó adat @endif @if($season->flatOdds->data != null) @foreach($season->flatOdds->data as $pontoseredmeny) @if($pontoseredmeny->market_id == 975909) @foreach($pontos_eredmeny_array as $key => $asd) @if($season->id == $key) @foreach($asd as $k => $v) {{$k}} - {{$v}} | @endforeach @endif @endforeach @endif @endforeach @endif
Vissza a főoldalra
@endsection