@php
$members = $task->project_id ? $task->project->members : $projectsMembers;
if(!$task->project->isProjectManager)
{
$members = $members->where('user_id',$user->id);
}
@endphp
{{--
--}}
estimate_hours == 0 && $task->estimate_minutes == 0) style="display: none" @endif class="estimateTimeBox">
dependent_task_id == null) style="display: none" @endif>
@if(count($fields) > 0)
@lang('modules.projects.otherInfo')
@foreach($fields as $field)
@endforeach
@endif