@foreach($tasks as $tasklist)

Today Tasks {{$tasklist->TodayTask}}

@foreach($tasklist as $task)

{{$task->to_do_list}}

@endforeach
@endforeach