{{ ucfirst($task->heading) }}
{!! ucfirst($task->description) !!}
{{ $task->due_date->format('d-M-Y') }}
@foreach ($task->users as $item)
@endforeach