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

{{ $title }}

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

{{ $description }}

@endif
@if ($shortcode->button_primary_url && $shortcode->button_primary_label) {{ $shortcode->button_primary_label }} @endif @if ($shortcode->button_secondary_url && $shortcode->button_secondary_label) {!! BaseHelper::clean($shortcode->button_secondary_label) !!} @endif