name('login'); Route::get('{any?}', function () { return view('application'); })->where('any', '.*');