@if ($leftImage = $shortcode->left_image)
{{ RvMedia::image($leftImage, $shortcode->left_image_link ?: $shortcode->title) }} @if ($leftLink = $shortcode->left_image_link) @endif
@endif
@if ($title = $shortcode->title)

{{ $title }}

@endif @if ($description = $shortcode->description)

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

@endif
    @foreach ($tabs as $tab) @if ($title = $tab['title'])
  • {{ $title }}
  • @endif @endforeach
@if ($rightImage = $shortcode->right_image)
{{ RvMedia::image($rightImage, $shortcode->right_image_link ?: $shortcode->title) }} @if ($rightLink = $shortcode->right_image_link) @endif
@endif