{!! Theme::partial('section-title', compact('shortcode')) !!}
@if(($buttonLabel = $shortcode->button_label) && ($buttonUrl = $shortcode->button_url ?: get_blog_page_url())) @endif
@foreach($posts as $post)
{{ RvMedia::image($post->image, $post->name) }}
{{ Theme::formatDate($post->created_at) }}

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

@if($post->firstCategory) @endif

{{ Str::words($post->description, 20) }}

@endforeach