@php $color = $shortcode->text_color; @endphp
$shortcode->style == 'has-sidebar']) @if ($bgColor = $shortcode->background_color) style="background-color: {{ $bgColor }}" @endif >
@if($title = $shortcode->title)

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

@endif @if ($url = $shortcode->url ) @endif
@yield('content')