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

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

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

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

@endif
{{ __('Available on') }}
@if ($logoAppleStore = $shortcode->platform_apple_store_logo) {{ __('AppStore') }} @endif @if ($logoGooglePlay = $shortcode->platform_google_play_logo) {{ __('Google play') }} @endif @if ($shortcode->button_secondary_label || $shortcode->button_secondary_url) {!! BaseHelper::clean($shortcode->button_secondary_label ?: __('Learn More')) !!} @endif
@if ($bannerPrimary= $shortcode->banner_primary)
{{ __('Banner') }}
@endif