@switch($shape) @case('circle')
{{ RvMedia::image($post->image, $post->name, 'thumb', attributes: ['class' => 'banner-image-one']) }}
{!! Theme::partial('category-badge', compact('post')) !!}

{{ $post->created_at->format('d M Y') }}

@break @default
{{ RvMedia::image($post->image, $post->name, 'thumb', attributes: ['class' => 'img-hover']) }}
@include(Theme::getThemeNamespace('widgets.blog-posts.templates.partials.styles.post-content'), compact('shape', 'post'))
@break @endswitch