@if ($subtitle = $shortcode->subtitle)
{{ $subtitle }}
@endif
@if ($title = $shortcode->title)
{{ $title }}
@endif
@if ($description = $shortcode->description)
{{ $description }}
@endif
@if ($shortcode->google_play_logo && $shortcode->google_play_url)
@endif
@if ($shortcode->apple_store_logo && $shortcode->apple_store_url)
@endif