'nullable|string', 'email' => 'nullable|email', 'password' => 'nullable|min:6|max:32|confirmed', 'tel' => 'nullable|string', 'birthday' => 'nullable|date', ]; } }