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

{{ $title }}

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

{{ $description }}

@endif

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

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