{{ ucfirst($task->heading) }}
{{ ucwords($task->project->project_name) }}
{{ ucwords($task->category->category_name) }}
@if($task->due_date) {{ $task->due_date->format($global->date_format) }} @endif
{{ $task->user->name }}
{!! ucfirst($task->description) !!}