Pertandingan

--:--:--
@if($streams && $streams->isNotEmpty())
Sedang Tayang
@foreach($streams as $stream)
LIVE {{ $stream->league ?? '' }}
{{ $stream->home_team ?? $stream->title }} {{ $stream->home_score }} - {{ $stream->away_score }} {{ $stream->away_team ?? '' }}
@endforeach
@endif @if($scheduled && $scheduled->isNotEmpty())
+ Jadwal Berikutnya
@foreach($scheduled as $stream)
JADWAL {{ $stream->match_time ? $stream->match_time->format('H:i') : '--:--' }}
{{ $stream->home_team ?? $stream->title }} VS {{ $stream->away_team ?? '' }}
@endforeach
@endif