@if ($subtitle = $shortcode->subtitle) {{ $subtitle }} @endif @if ($title = $shortcode->title)

{{ $title }}

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

{{ $description }}

@endif @if(is_plugin_active('newsletter'))
@endif
@if ($socialLinks = json_decode(theme_option('social_links'))) @foreach($socialLinks as $social) @php($social = collect($social)->pluck('value', 'key')) @if ($socialIcon = $social->get('social-icon')) {{ $social->get('social-name') }} @else {{ $social->get('social-name') }} @endif @endforeach @endif
@if ($backgroundImage = $shortcode->background_image) {{ $shortcode->title }} @endif