@if ($title = $shortcode->title)

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

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

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

@endif @if($shortcode->button_url && $shortcode->button_label) {{ $shortcode->button_label }} @endif
@foreach($tabs as $tab) @if($loop->odd)
@if($tab['image'])
{{ RvMedia::image($tab['image'], $tab['title']) }}
@endif
@if ($tab['title'])

{{ $tab['title'] }}

@endif @if ($tab['description'])

{!! BaseHelper::clean($tab['description']) !!}

@endif
@else
@if ($tab['title'])

{{ $tab['title'] }}

@endif @if ($tab['description'])

{!! BaseHelper::clean($tab['description']) !!}

@endif
@if ($tab['image'])
{{ RvMedia::image($tab['image'], $tab['title']) }}
@endif
@endif @endforeach