{!! Theme::partial('section-title', ['shortcode' => $shortcode, 'class' => 'text-center mb-40']) !!}
@foreach($posts as $post)
{{ RvMedia::image($post->image, $post->name) }}
{{ Theme::formatDate($post->created_at) }}
@if($post->tags->isNotEmpty()) @foreach($post->tags as $tag) {{ $tag->name }}@if(!$loop->last), @endif @endforeach @endif

{!! BaseHelper::clean($post->name) !!}

@endforeach
@if(($buttonLabel = $shortcode->button_label) && ($buttonUrl = $shortcode->button_url ?: get_blog_page_url())) @endif