{{ $blog->title }} @if($blog->category) {{ $blog->category->name }} @endif
{{ $blog->created_at->format('M d, Y') }}

{{ $blog->title }}

{{ $blog->excerpt ?? Str::limit(strip_tags($blog->content), 100) }}

Read More