@if (!empty($url)) @if ($shortcode->with_container != 'no')
@if ($shortcode->title)
{!! BaseHelper::clean($shortcode->title) !!}
@endif @if ($shortcode->subtitle)

{!! BaseHelper::clean($shortcode->subtitle) !!}

@endif
{!! Theme::partial('shortcodes.partials.video', ['shortcode' => $shortcode, 'url' => $url]) !!}
@else {!! Theme::partial('shortcodes.partials.video', ['shortcode' => $shortcode, 'url' => $url]) !!} @endif @endif