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

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

@endif {{ __('See All') }}
@foreach($posts as $post)
{{ RvMedia::image($post->image, $post->name, 'small', attributes: ['class' => 'banner-image-one img-hover']) }}
{{ $loop->iteration }}
{!! Theme::partial('blog.post.partials.action-post', compact('post')) !!}

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

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