@if($task->count_dependency_cannot_start > 0)
@endif
@if($task->count_dependency_cannot_complete > 0)
@endif
@if($task->count_dependency_cannot_start_fullfilled > 0 || $task->count_dependency_cannot_complete_fulfilled > 0)
@endif
@if(auth()->user()->is_team && $task->task_recurring == 'yes')
@endif