@switch($shape) @case('circle')
{{ RvMedia::image($post->image, $post->name, 'thumb', attributes: ['class' => 'image-circle']) }}
@include(Theme::getThemeNamespace('widgets.blog-posts.templates.partials.styles.post-content'), compact('shape', 'post'))
@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