{{ Str::limit($reminder->description, 110) }}
@endif {{-- Meta row --}} {{-- Tags --}} @php $tags = is_array($reminder->tags) ? $reminder->tags : (json_decode($reminder->tags, true) ?? []); @endphp @if($tags && count($tags) > 0) @endif {{-- Status badge --}}