@extends('layouts.app') @section('content')
| Hazai csapat | Vendég csapat | Végeredmény | Meccs kezdete | Odds 1x2 | Odds különbség | Odds pontos eredményre |
|---|---|---|---|---|---|---|
|
{{ \Carbon\Carbon::parse($match->time->starting_at->date_time)->format('Y.m.d') }}
{{ $match->localTeam->data->name }}
@if(isset($match->localTeam->data->logo_path))
|
{{ $match->visitorTeam->data->name }}
@if(isset($match->visitorTeam->data->logo_path))
|
{{ $match->scores->localteam_score ?? 0 }}-{{ $match->scores->visitorteam_score ?? 0 }} | {{ $match->time->starting_at->date_time }} |
|
@if(isset($difference_between_odds)) {{ $difference_between_odds }} @else - @endif | @if(isset($pontos_eredmeny_array[$match->id])) @foreach($pontos_eredmeny_array[$match->id] as $score => $odds) {{ $score }} {{ $odds }} | @endforeach @endif |