@props(['video' => '', 'platform' => '', 'width' => '100%', 'height' => '100%'])
@if($platform == "twitch")
{{ $slot }}
@endif
@endif
@elseif($platform == "youtube")
{{ $slot }}
@endif
@endif
@elseif($platform == "kick")
{{ $slot }}
@endif
@endif
@else
Видео недоступно для этой платформы.
@endif