@if ($subtitle = $shortcode->subtitle) {!! BaseHelper::clean($subtitle) !!} @endif @if ($title = $shortcode->title)

{!!BaseHelper::clean($title) !!}

@endif
@if ($topDescription = $shortcode->top_description)

{!! BaseHelper::clean($topDescription) !!}

@endif
@if ($image = $shortcode->banner_primary) {{ __('Banner image') }} @endif @if($shortcode->youtube_video_id) @endif
@if ($description = $shortcode->description)

{!! BaseHelper::clean($description) !!}

@endif
@foreach($tabs as $tab)
@if ($tab['image'])
@if($tab['url'])
{{ RvMedia::image($tab['image'], $tab['title']) }}
@else
{{ RvMedia::image($tab['image'], $tab['title']) }}
@endif
@endif
@if ($tab['title'])
{{ $tab['title'] }}
@endif @if($tab['description'])

{{ $tab['description'] }}

@endif
@endforeach