@switch($shortcode->style) @case('style-2')
{!! BaseHelper::clean($shortcode->subtitle) !!}
{!! BaseHelper::clean($shortcode->title) !!}
{!! BaseHelper::clean($shortcode->description) !!}
@if($shortcode->button_text && $shortcode->button_url)
{{ $shortcode->button_text }}
@endif
@break @default
{!! BaseHelper::clean($shortcode->subtitle) !!}
{!! BaseHelper::clean(str_replace($shortcode->highlight_text, '
' . $shortcode->high_light_title_text . '
', $shortcode->title)) !!}
{!! BaseHelper::clean($shortcode->description) !!}
{!! BaseHelper::clean($shortcode->button_text) !!}
{!! BaseHelper::clean($shortcode->link_text) !!}
@break @endswitch