芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/yeahea.digitalhubbd.com/routes/admin/Country.php
<?php use App\Http\Controllers\Admin\CountryController; use Illuminate\Support\Facades\Route; Route::get('country/{country}/state', [CountryController::class, 'states'])->name('country.states'); // Route::post('country/massDestroy', [CountryController::class, 'massDestroy'])->name('country.massDestroy')->middleware('demoCheck'); Route::resource('country', CountryController::class, ['destroy']);
Page is not found
Oops! Page not found.
Sorry, an error has occured, Requested page not found!
Back To Homepage