@if ($image = $shortcode->image)
{{ __('Image') }}
@endif @if ($subtitle = $shortcode->subtitle)

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

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

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

@endif @foreach($tabs as $tab)
{{ $loop->iteration }}
{{ $tab['title'] }}

{{ $tab['description'] }}

@endforeach