route()->parameter('token'); return view('adminlte::auth.passwords.reset') ->with([ 'token' => $token, 'email' => $request->email ]); } }