Categories

@foreach($categories as $category) {{ $category->name }} {{ $category->blogs_count }} @endforeach

Popular Tags

@foreach($tags as $tag) {{ $tag->name }} @endforeach

Featured Posts

@forelse($featuredPosts as $featured) {{ $featured->title }} {{ $featured->published_at?->format('d M Y') }} @empty

Featured posts will appear here soon.

@endforelse