@if ($subtitle = $shortcode->subtitle)
{!! BaseHelper::clean($subtitle) !!}
@endif
@if ($title = $shortcode->title)
{!! BaseHelper::clean($title) !!}
@endif
@if ($description = $shortcode->description)
{!! BaseHelper::clean(nl2br($description)) !!}
@endif
@foreach ($tabs as $tab)
@if ($tab['title'])
- {!! BaseHelper::clean($tab['title']) !!}
@endif
@endforeach
@if ($subDescription = $shortcode->sub_description)
{!! BaseHelper::clean($subDescription) !!}
@endif
@if ($authorAvatar = $shortcode->author_avatar)
{{ RvMedia::image($authorAvatar, $shortcode->author_name) }}
@endif
@if ($authorName = $shortcode->author_name)
{!! BaseHelper::clean($authorName) !!}
@if ($authorBio = $shortcode->author_bio)
{!! BaseHelper::clean($authorBio) !!}
@endif
@endif
@if ($authorSignature = $shortcode->author_signature)
{{ RvMedia::image($authorSignature, $authorName) }}
@endif