@props(['text' => '', 'mini_text' => '', 'video' => '', 'platform' => '', 'domain' => '', 'animation' => true, 'desc' => true]) @if($desc)
@if($text) {{ $text }} @endif

@if($mini_text) {!! $mini_text !!} @endif

@if($video) {!! $video !!} @endif

@endif @if($platform === "twitch")
@elseif($platform === "youtube")
@else

No video available for this platform.

@endif