@php $cardName = getThemeContentCardStyle("blog_post"); @endphp @push('styles_top') @if(empty($withoutStyles)) @endif @endpush @foreach($posts as $post)
@include("design_1.web.blog.components.cards.grids.{$cardName}", ['post' => $post])
@endforeach