I used 2 routes for calling sam function
- Route::get('/sami', 'App\Http\Controller\CommentController@sam');
- Route::get('sami',[CommentController::class, 'sam']);
but still got this error - "Illuminate\Contracts\Container\BindingResolutionException Target class [App\Http\Controller\CommentController] does not exist."