@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->block_right_title)

{{ $titleRight }}

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

{{ $descriptionRight }}

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