group(function () { Route::get('/', function () { return 'admin ok'; })->name('admin.home'); });