@php($style = $shortcode->style)
@switch($style)
@case(1)
{!! BaseHelper::clean($subtitle) !!}
{!! BaseHelper::clean(str_replace($shortcode->title_highlight, "$shortcode->title_highlight", $shortcode->title)) !!}
@if($subtitle = $shortcode->subtitle)
{!! BaseHelper::clean($subtitle) !!}
@endif{!! BaseHelper::clean($subtitle) !!}
@endif @if($shortcode->enabled_search_box && $shortcode->search_tabs){!! BaseHelper::clean($subtitle) !!}
@endif