| Hazai csapat |
Vendég csapat |
Végeredmény |
Forduló |
Meccs kezdete |
Hanyadik a sorozatban? |
1:1 Szűrés |
1:0 Szűrés |
2:1 Szűrés |
@foreach ($matches as $match)
|
{{ \Carbon\Carbon::parse($match->time->starting_at->date_time)->format('Y.m.d') }}
{{ $match->localTeam->data->name }}
1-1
1-0
2-1
|
Sorozat: {{ $match->streak_number }}
{{ $match->visitorTeam->data->name }}
|
{{ $match->scores->localteam_score }} - {{ $match->scores->visitorteam_score }} |
@if(isset($match->round))
{{ $match->round->data->name }} |
@endif
{{ $match->time->starting_at->date_time }} |
{{ $match->streak_number }} |
|
|
|
@endforeach
Összes sorozat: {{ implode(', ', $all_streaks) }}