Artikel Count: {{ isset($artikels) ? $artikels->count() : 'Variable not set' }}
Kategori Count: {{ isset($kategoris) ? $kategoris->count() : 'Variable not set' }}
Current Time: {{ now() }}
Status: {{ $artikel->status }} | Aktif: {{ $artikel->aktif ? 'Yes' : 'No' }}
Created: {{ $artikel->created_at }}
{{ Str::limit(strip_tags($artikel->konten), 100) }}