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

{!! BaseHelper::clean($title) !!}

@endif @if ($description = $shortcode->description)
{!! BaseHelper::clean(nl2br($description)) !!}
@endif @if ($testimonial)
{{ $testimonial->name }}

{{ $testimonial->content }}

{{ $testimonial->name }}

{{ $testimonial->company }}

@endif