{{ __('Get Started') }} @if ($title = $shortcode->title)

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

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

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

@endif
{{ __('Available on') }}
@if ($shortcode->platform_google_play_logo && $shortcode->platform_google_play_url) {{ __('Google Play') }} @endif @if ($shortcode->platform_apple_store_logo && $shortcode->platform_apple_store_url) {{ __('Apple Store') }} @endif @if ($shortcode->button_secondary_label && $shortcode->button_secondary_url) {{ $shortcode->button_secondary_label }} @endif
@if(is_plugin_active('newsletter'))

{{ __('Subscribe our newsletter') }}

@endif