@if ($items) @foreach ($items as $group => $posts)
@include('partials.components.medium-title', ['title' => $group])
@endforeach @endif