@if ($shapeImage = $shortcode->shape_image)
{{ __('Shape image') }}
@endif
@if ($subtitle = $shortcode->subtitle)
{!! BaseHelper::clean($subtitle) !!}
@endif @if ($title = $shortcode->title)

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

@endif
@csrf
@if ($image = $shortcode->image)
{{ __('Image') }}
@endif