/user/billing.Route::middleware('auth')->group(function () {
Route::get('/user/billing', Billing::class)->name('billing');
});Route [login] not defined because it checks the app\Http\Middleware\Authenticate.php file which does refer to login (but not the login from Filament).