@verbatim @endverbatim
@include("layouts.header")

Blog

Latest Articles

Our Blog

Discover insights, trends, and expert advice from our team.

Categories

All Categories {{ $blogs->count() }}
@foreach($categories as $category)
{{ $category->name }} {{ $blogs->where('category_id', $category->id)->count() }}
@endforeach
@forelse($blogs as $blog) {{ $blog->card_alt ?? $blog->title }} {{ \Carbon\Carbon::parse($blog->published_at ?? $blog->created_at)->format('d M Y') }} {{ $blog->author_name ?? 'Admin' }} {{ $blog->title }} Read More @empty

No Blogs Found

There are no blog posts in this category yet.

@endforelse
@include("layouts.footer")