@if ($subtitle = $shortcode->subtitle)
{!! BaseHelper::clean($subtitle) !!}
@endif @if ($title = $shortcode->title)

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

@endif
@if ($image = $shortcode->image) {{ $shortcode->title }} @endif @if ($logo = $shortcode->logo)
{{ __('Shape logo') }}
@endif