is_complete == 1) checked @endif data-url="{{ route('change.complete',[$task->project_id,$task->id]) }}">
{{ $task->name }}
{{__('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($allow_progress == 'false')

@endif
{{__('Add item')}}
@foreach($task->checklist as $checklist)
status) checked @endif data-url="{{route('checklist.update',[$task->project_id,$checklist->id])}}">
@endforeach

{{__('Add item')}}
@foreach($task->taskFiles as $file)
{{ $file->name }}

{{ $file->file_size }}

@auth('web') @endauth
@endforeach

@foreach($task->activity_log() as $activity)
user->img_avatar }} class="avatar avatar-sm rounded-circle">
{{ __($activity->log_type) }} {!! $activity->getRemark() !!} {{$activity->created_at->diffForHumans()}}
@endforeach

@foreach($task->comments as $comment)
user->img_avatar }} title="{{ $comment->user->name }}">

{{ $comment->comment }}

{{$comment->created_at->diffForHumans()}}
@endforeach
img_avatar }} title="{{ Auth::user()->name }}" class="avatar rounded-circle avatar-sm">