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

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

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

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

@endif
@if ($subtitle = $shortcode->subtitle)
{!! BaseHelper::clean($subtitle) !!}
@endif
@if ($shortcode->platform_google_play_logo && $shortcode->platform_google_play_url) {{ __('Google Play') }} @endif @if ($shortcode->platform_apple_store_url && $shortcode->platform_apple_store_logo) {{ __('Apple Store') }} @endif @if ($shortcode->button_secondary_label && $shortcode->button_secondary_url) {{ $shortcode->button_secondary_label }} @endif
@if ($image = $shortcode->banner_primary)
{{ __('Banner image') }}
@endif