Task Page @foreach ($tasks as $task)

{{ $task->name }}

Where to go: {{ $task->location }}
Time Estimate: {{ $task->time_estimate }}
@endforeach
{{$tasks -> links()}}