@if ($bgImage = $shortcode->bg_image)
@endif
@if ($subtitle = $shortcode->subtitle)
{!! BaseHelper::clean($subtitle) !!}
@endif
@if ($title = $shortcode->title)
{!! BaseHelper::clean($title) !!}
@endif
@if ($description = $shortcode->description)
{!! BaseHelper::clean($description) !!}
@endif
@if ($posts->isNotEmpty())
@foreach($posts as $post)
{!! Theme::partial('blog.post.item', compact('post')) !!}
@endforeach
@endif