$sidebar, 'col-12' => ! $sidebar, ])>
@if ($title = $shortcode->title) @php $titleAlign = $shortcode->title_align @endphp

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

@endif
@foreach($posts as $post)

{{ $post->created_at->format('d M Y') }} / @if ($category = $post->firstCategory) {{ $category->name }} @endif

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