@if (is_admin() and (isset($display_content) and $display_content == false)) @elseif (isset($display_content) and $display_content == true )
@include('/gutenberg/base/common/title')
@if ( isset($preview) and !empty($preview)) {{ $preview['alt'] }} @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
@endif
@endif