@php $backgroundColor = ($shortcode->background_color && $shortcode->background_color != 'transparent') ? $shortcode->background_color : '#161e2d'; @endphp
@if($shortcode->subtitle || $shortcode->title)
@if($shortcode->subtitle)
{!! BaseHelper::clean($shortcode->subtitle) !!}
@endif @if($shortcode->title)

{!! BaseHelper::clean($shortcode->title) !!}

@endif
@endif