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

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

@endif
@foreach($tabs as $tab)
@if($tab['icon_image'])
{{ $tab['title'] }}
@endif
@if ($tab['title'])

{{ $title }}

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

{{ $tab['description'] }}

@endif @if ($tab['url'] && $tab['label']) @endif
@endforeach