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

{{ $subtitle }}

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

{{ $title }}

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

{{ $tab['description'] }}

@endforeach