芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/yeahea.digitalhubbd.com/routes/admin/Country.php
name('country.states'); // Route::post('country/massDestroy', [CountryController::class, 'massDestroy'])->name('country.massDestroy')->middleware('demoCheck'); Route::resource('country', CountryController::class, ['destroy']);