@if ($title = $shortcode->title)
@endif
@if (!empty($tabs))
{!! BaseHelper::clean($title) !!}
@endif @if ($subtitle = $shortcode->subtitle){!! BaseHelper::clean($subtitle) !!}
@endif @if ($image = $shortcode->image){{ __('Table of contents') }}
-
@foreach($tabs as $tab)
- {{ $tab['title'] }} @endforeach
@foreach($tabs as $tab)
{{ $tab['title'] }}
{{ $tab['description'] }}
@endforeach