{{ ucwords($task->heading) }}
@foreach ($task->users as $item)
@endforeach
@if(!is_null($task->due_date))
due_date->isPast()) class="text-danger" @endif>{{ $task->due_date->format($global->date_format) }}
@endif
{!! ucfirst($task->description) !!}
@forelse ($task->files as $file )
@empty
@lang('messages.noRecordFound')
@endforelse
@lang('modules.tasks.comment')
{{ ucwords($comment->user->name) }} {{ ucfirst($comment->created_at->diffForHumans()) }}