@if ($testimonial = $tabs[0]['image']) {{ __('Testimonial') }} @endif
@if ($testimonial1 = $tabs[1]['image']) {{ __('Testimonial') }} @endif
@if ($bannerPrimary = $shortcode->banner_primary) {{ __('Banner') }} @endif
@if ($subtitle = $shortcode->subtitle) {{ $subtitle }} @endif @if ($title = $shortcode->title)

{{ $title }}

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

{{ $description }}

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