@php $firstPost = $posts->shift(); Theme::set('headerAbsolute', true); @endphp
$sidebar, 'col-12' => ! $sidebar, ]) >
@if ($firstPost)
@endif @if (! empty($posts))
@if ($title = $shortcode->title)

$shortcode->title_align == 'center', 'text-end' => $shortcode->title_align == 'end', ])> {!! BaseHelper::clean($title) !!}

@endif
@endif
@if ($sidebar)
{!! dynamic_sidebar($sidebar) !!}
@endif