@props(['video' => '', 'platform' => '', 'width' => '100%', 'height' => '100%']) @if($platform == "twitch")
@if(isset($slot) && $slot) @if($slot->isNotEmpty())
{{ $slot }}
@endif @endif
@elseif($platform == "youtube")
@if(isset($slot) && $slot) @if($slot->isNotEmpty())
{{ $slot }}
@endif @endif
@elseif($platform == "kick")
@if(isset($slot) && $slot) @if($slot->isNotEmpty())
{{ $slot }}
@endif @endif
@else

Видео недоступно для этой платформы.

@endif