group(function () { Route::get('/', [HomeController::class, 'index'])->name('home.index'); }); require_once 'admin.php';