{{ $task->name }}
{{ $task->description }}
Where to go: {{ $task->location }}
Time Estimate: {{ $task->time_estimate }} hour
Category: {{ $task->category->name }}
Owner: {{ $task->user->name }}
Edit