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

{{ $title }}

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