@php $logo_path=\App\Models\Utility::get_file('/'); @endphp
{{__('Estimated Hours')}} : {{ (!empty($task->estimated_hrs)) ? number_format($task->estimated_hrs) : '-' }}
{{__('Milestone')}} : {{ (!empty($task->milestone)) ? $task->milestone->title : '-' }}
{{__('Description')}}
{{ (!empty($task->description)) ? $task->description : '-' }}
@if($users = $task->users()) @if(count($users) > 0)
@foreach($users as $key => $user) @if($key<3) @if($user->avatar) @else img_avatar }} title="{{ $user->name }}"> @endif @else @break @endif @endforeach @if(count($users) > 3) @endif
@else

{{__('No User Found.')}}

@endif @endif
{{count($task->taskFiles)}}
{{count($task->comments)}}
{{$task->countTaskChecklist()}}