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