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

{{ $title }}

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

{{ $subtitle }}

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

{{ $tab['title'] }}

{{ $tab['description'] }}

@endforeach
@endif