@php $shape = Arr::get($config, 'shape', 'square'); @endphp
$shape == 'square', ])> @if ($title = Arr::get($config, 'title'))

{!! BaseHelper::clean($title) !!}

@endif
@foreach($posts as $post) @include(Theme::getThemeNamespace('widgets.blog-posts.templates.partials.styles._post-item')) @endforeach