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

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

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

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

@endif
@if (count($tabs) > 0) @foreach($tabs[0] as $tab)
{{ $tab['title'] }} {{ $tab['title'] }}
@if ($tab['description'])

{{ $tab['description'] }}

@endif
@endforeach @endif
@if ($image = $shortcode->image) {{ __('Image') }} @endif
@if (count($tabs) > 1) @foreach($tabs[1] as $tab)
{{ $tab['title'] }} {{ $tab['title'] }}
@if ($tab['description'])

{{ $tab['description'] }}

@endif
@endforeach @endif