@include('pages.task.components.title')
@if(config('visibility.task_is_locked'))
@lang('lang.task_dependency_info_cannot_be_started')
@else
@include('pages.task.components.description')
@include('pages.task.components.checklists')
@include('pages.task.components.attachments')
@if(config('visibility.tasks_standard_features'))
@endif
@endif