@if ($title = $shortcode->title)

{{ $title }}

@endif
@if ($category->posts->isNotEmpty()) {!! Theme::partial('posts.posts', ['posts' => $category->posts]) !!} @endif