{{ $card->title }}
@if($card->created_by == auth()->id()) @endif
@if($card->description)
{{ Str::limit($card->description, 120) }}
@endif