{{-- Ads Header --}}
@if($currentDomain && $currentDomain->getAdsPosition() === 'header')
@include('player.ads')
@endif
{{-- Ads Before Player --}}
@if($currentDomain && $currentDomain->getAdsPosition() === 'before_player')
@include('player.ads')
@endif
Gagal memutar video. Mencoba fallback...
{{-- Ads After Player --}}
@if($currentDomain && $currentDomain->getAdsPosition() === 'after_player')
@include('player.ads')
@endif
{{-- Ads Sidebar --}}
@if($currentDomain && $currentDomain->getAdsPosition() === 'sidebar')
@include('player.ads')
@endif