@if ($image1 = $shortcode->image_1)
{{ __('Image') }}
@endif @if ($image2 = $shortcode->image_2)
{{ __('Image') }}
@endif
@if ($subtitle = $shortcode->subtitle) {{ $subtitle }} @endif @if ($title = $shortcode->title)

{{ $title }}

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

{{ $description }}

@endif @if ($testimonial)
{{ $testimonial->name }}

{{ $testimonial->content }}

{{ $testimonial->name }}

{{ $testimonial->company }}

@endif