@if ( isset($preview) and !empty($preview))
@endif
@if ($video['format_video'] == 'video_in')
@elseif ($video['format_video'] == 'video_out')
{!! $video['video_out'] !!}
@endif
@if ( (isset($intro) and !empty($intro)) or (isset($text) and !empty($text)) )
@if (isset($intro) and !empty($intro))
{!! $intro !!}
@endif
@if (isset($text) and !empty($text))
{!! $text !!}
@endif