@php($backgroundImage = $shortcode->background_image ?? theme_option('default_page_cover_image')) @switch($shortcode->style) @case('has-title')
@if ($backgroundImage)
@endif

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

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

@for($i = 1; $i < 4; $i++) @if ($title = $shortcode->{'title_' . $i})
{{ $shortcode->{'number_' . $i} }}+
{{ $title }}
@endif @endfor
@break @default
@for($i = 1; $i < 4; $i++) @if ($title = $shortcode->{'title_' . $i})
{{ $shortcode->{'number_' . $i} }}+
{{ $title }}
@endif @endfor
@break @endswitch