I have resource route like this:
Route::resource(\'level\', LevelManageController::class);
And I used to call this route with this form in my