{{ __('Todo List for Project:') }} {{ $project->name }}

@csrf
@error('title')
{{ $message }}
@enderror
@include('todo.todo_list')