@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 @if ($index = $tab['index'])
{{ $index }}%
@endif
@endforeach