@if($floatingRightImage = $shortcode->floating_right_image)
{{ $shortcode->title }}
@endif
@if($topLeftImage = $shortcode->top_left_image) {{ $shortcode->title }} @endif @if($bottomRightImage = $shortcode->bottom_right_image)
{{ $shortcode->title }}
@endif
@if($subtitle = $shortcode->subtitle)
{{ $subtitle }}
@endif @if($title = $shortcode->title)

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

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

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

@endif
    @foreach($highlightArray as $highlight)
  • {!! BaseHelper::clean($highlight) !!}
  • @endforeach
@if($shortcode->signature_image && $shortcode->signature_author)
{{ __('Signature') }}

{{ $shortcode->signature_author }}

@endif