The expression return view('home.index') returns the type Illuminate\View\View which is incompatible with the documented return type Illuminate\Http\Response.
The expression return view('home.about') returns the type Illuminate\View\View which is incompatible with the documented return type Illuminate\Http\Response.
The expression return view('home.help') returns the type Illuminate\View\View which is incompatible with the documented return type Illuminate\Http\Response.