Here is my controller:
In Laravel 8 the way routes are specified has changed:
Route::resource('homes', HomeController::class)->names('home.index');