@include('frontend.templates.blocks.highlight-post', ['item' => !empty($featuredPosts[0]) ? $featuredPosts[0] : []]) @include('frontend.templates.blocks.latest-posts', ['items' => $posts, 'categories' => $categories]) @include('frontend.templates.blocks.highlight-post-2', ['item' => !empty($featuredPosts[1]) ? $featuredPosts[1] : []])