@props([ 'wirid' ]) {{-- Header with badges --}}
@if($wirid->category) @include('components.badge-category', [ 'label' => $wirid->category->name ]) @endif {{ $wirid->type === 'doa' ? '📖 Doa' : '📿 Wirid' }}
{{-- Title --}}

{{ $wirid->title }}

{{-- Preview text --}} @if(!empty($wirid->latin_text))

{{ Str::limit(strip_tags($wirid->latin_text), 140) }}

{{-- Read more indicator --}}
Baca selengkapnya
@endif