@extends('layouts.app') @section('content')
Leggyakrabban előforduló eredmények:
@foreach($most_frequent as $key => $most){{$key}} ({{$most}}x fordult elő)
@endforeach| Hazai csapat | Vendég csapat | Végeredmény | Meccs kezdete | Odds 1x2 | Odds különbség | Odds pontos eredményre |
|---|---|---|---|---|---|---|
|
{{$season->localTeam->data->name}}
|
{{$season->visitorTeam->data->name}}
|
{{$season->scores->localteam_score}}-{{$season->scores->visitorteam_score}} | {{$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 |