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

{{ $title }}

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

{{ $description }}

@endif
@if ($titleLeft = $shortcode->block_left_title)

{{ $titleLeft }}

@endif @if ($descriptionLeft = $shortcode->block_left_description)

{{ $descriptionLeft }}

@endif
@if ($shortcode->google_play_logo && $shortcode->google_play_url) {{ __('GooglePlay') }} @endif @if ($shortcode->apple_store_logo && $shortcode->apple_store_url) {{ __('AppleStore') }} @endif
@if ($imageLeft = $shortcode->block_left_image)
{{ __('Image block left') }}
@endif
@if ($titleRight = $shortcode->title_right)

{{ $titleRight }}

@endif @if ($descriptionRight = $shortcode->description_right)

{{ $descriptionRight }}

@endif
@if($shortcode->button_url && $shortcode->button_label) {{ $shortcode->button_label }} @endif
@if ($imageRight = $shortcode->block_right_image)
{{ __('Image block right') }}
@endif