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

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

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

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

@endif
@if ($shortcode->button_primary_url && $shortcode->button_primary_label) {{ $shortcode->button_primary_label }} @endif @if ($shortcode->button_secondary_url && $shortcode->button_secondary_label) {{ $shortcode->button_secondary_label }} @endif
@foreach($tabs as $tab)

{{ $tab['data'] }}{{ $tab['unit'] }}

{{ $tab['title'] }}

@endforeach
@if($image = $shortcode->banner_image)
{{ __('Banner image') }}
@endif