{{ $task->name }}

What need to do

{{ $task->description }}

Where to go: {{ $task->location }}
Time Estimate: {{ $task->time_estimate }} hour
Category: {{ $task->category->name }}
Owner: {{ $task->user->name }}
@auth
@csrf @method('PATCH') {{ (! $task->completed) ? 'Mark Completed' : "Greate! You nailed it!" }}
@endauth
Edit
@csrf @method('DELETE') Delete