{{-- Blog Card Component --}}
@if($blog->image) @endif {{$blog->title}}
@if($blog->category) @endif
{{localized_friendly_time($blog->created_at)}}
{{ $blog->views_count ?? 0 }}

{!! \Illuminate\Support\Str::limit(strip_tags($blog->content), 150) !!}