@php $indent = $level * 20; $isSubtask = $task->isSubtask(); $hasSubtasks = $task->hasSubtasks(); @endphp
{{ Str::limit($task->description, 150) }}