@if($article->cover_url) cover_srcset) srcset="{{ $article->cover_srcset }}" sizes="(max-width: 767px) 100vw, (max-width: 1279px) 50vw, 390px" @endif alt="{{ $article->title }}" class="h-full w-full object-cover transition duration-300 group-hover:scale-[1.04]"> @else
@endif
{{ $article->type_label }} @if($article->category) {{ $article->category->name }} @endif @if($article->is_pinned) Pinned @elseif($article->is_featured) Featured @endif {{ $article->published_at?->format('d M Y') }}

{{ $article->title }}

@if($article->excerpt)

{{ Str::limit(strip_tags((string) $article->excerpt), 135) }}

@endif
@if($article->author?->username) {{ $article->author->name ?? $article->author->username }} @else {{ $article->author?->name ?? 'Skinbase' }} @endif {{ number_format((int) $article->views) }}