name('login'); Route::get('/{any}', [ApplicationController::class, 'index'])->where('any', '.*');