'required|string|max:50', 'username' => 'required|string|min:5|unique:users,username,' . $this->user->id, 'role_id' => 'required|numeric' ]; } }