{!! Theme::partial('breadcrumb') !!}
@if ($title = $shortcode->title)

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

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

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

@endif @if ($image = $shortcode->image)
{{ __('Image') }}
@endif
@if (!empty($tabs))
{{ __('Table of contents') }}
@foreach($tabs as $tab)

{{ $tab['title'] }}

{{ $tab['description'] }}

@endforeach
@endif