@if ($subtitle = $shortcode->subtitle) {{ $subtitle }} @endif @if ($title = $shortcode->title)

{{ $title }}

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

{{ $description }}

@endif
@if($subtitlePlatform = $shortcode->subtitle_platform)
{{ $subtitlePlatform }}
@endif
@if ($shortcode->google_play_logo && $shortcode->google_play_url) {{ __('Google play') }} @endif @if ($shortcode->apple_store_logo && $shortcode->apple_store_url) {{ __('Apple store') }} @endif @if ($shortcode->button_url && $shortcode->button_label) {{ $shortcode->button_label }} @endif
@if ($shortcode->show_newsletter_form) @endif