@php $tags = explode(',', $shortcode->suggested); @endphp
@if ($subtitle = $shortcode->subtitle) {!! BaseHelper::clean($subtitle) !!} @endif @if ($title = $shortcode->title)

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

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

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

@endif @if (is_plugin_active('blog'))
@include(Theme::getThemeNamespace('partials.search-form'), ['formActionUrl' => route('public.search'), 'formAjaxUrl' => route('public.ajax.search')])

{{ __('Suggested Search:') }}

@foreach($tags as $tag) {{ $tag }} @endforeach
@endif
@if ($image1 = $shortcode->image_1) @endif @if($image2 = $shortcode->image_2) @endif