{{-- ==============================
VIDEO PLAYER
============================== --}}
{{-- ==============================
MATCH DETAILS CARD
============================== --}}
{{-- ==============================
BELOW PLAYER AD SLOT
============================== --}}
@include('partials.ad-slot', ['position' => 'below_player'])
{{-- /.main-grid__content --}}
{{-- ============================================
RIGHT COLUMN (SIDEBAR)
============================================ --}}
{{-- /.main-grid__sidebar --}}
{{-- LIVE Badge --}}
@if($stream->is_live)
LIVE NOW
@endif
{{-- Video Player Area --}}
@if($stream->stream_type === 'm3u8')
@elseif($stream->stream_type === 'embed')
@else
@endif
Tipe streaming tidak didukung
{{-- Teams & Scores --}}
{{-- League Badge --}}
@if($stream->league)
{{-- Description --}}
@if($stream->description)
@endif
{{ $stream->home_team }}
{{ $stream->home_score ?? 0 }}
-
{{ $stream->away_score ?? 0 }}
{{ $stream->away_team }}
{{ $stream->league }}
@endif
{{-- Channel & Time --}}
@if($stream->channel_logo)
@endif
{{ $stream->channel_name ?? '' }}
{{ $stream->match_time ?? '' }}
Informasi Pertandingan
{{ $stream->description }}