@if ($subtitle = $shortcode->subtitle) {!! BaseHelper::clean($subtitle) !!} @endif @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 ?: __('Download App') }} @endif @if ($shortcode->button_secondary_url && $shortcode->button_secondary_label) {{ $shortcode->button_secondary_label }} @endif
@foreach($tabs as $tab) @if ($tab['display'] == 'show_full')
$loop->index == 1])>
@if ($tab['icon_image'])
{{ $tab['title'] }}
@endif
@if ($tab['title'])

{{ $tab['title'] }}

@endif @if($tab['description'])

{{ $tab['description'] }}

@endif
@if($tab['label'] && $tab['url']) {{ $tab['label'] }} @endif
@endif @endforeach
@foreach($tabs as $tab) @if ($tab['display'] == 'show_title')
@if ($tab['icon_image'] && $tab['url'])
{{ $tab['title'] }}
@endif
@if ($tab['title'] && $tab['url'])
{{ $tab['title'] }}
@endif
@endif @endforeach