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

{{ $title }}

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

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

@endif
@foreach($tabs as $tab) @if ($loop->odd)
@if ($tab['logo']) {{ __('Logo') }} @endif
@if ($tab['title'])

{{ $tab['title'] }}

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

{{ $tab['description'] }}

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

{{ $tab['title'] }}

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

{{ $tab['description'] }}

@endif
@if ($tab['label'] && $tab['action']) {{ $tab['label'] }} @endif
@endif @endforeach