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

{{ $title }}

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

{{ $shortcode->description }}

@endif
@if ($shortcode->button_primary_url && $shortcode->button_primary_label) {{ $shortcode->button_primary_label }} @endif @if ($shortcode->button_secondary_url && $shortcode->button_secondary_label) {{ $shortcode->button_secondary_label }} @endif
@if ($image1 = $shortcode->image_1)
{{ __('Image') }}
@endif
@if ($image2 = $shortcode->image_2)
{{ __('Image') }}
@endif @if($image3 = $shortcode->image_3)
{{ __('Image') }}
@endif