{{ ucwords($task->heading) }}
@if($task->user->image)
 }})
@else
 }})
@endif
{{ ucwords($task->user->name) }}
due_date->isPast()) class="text-danger" @endif>{{ $task->due_date->format($global->date_format) }}
{!! ucfirst($task->description) !!}
@lang('modules.tasks.comment')
@if($comment->user_id == $user->id) @lang('app.delete') @endif