[ 'required', 'string', 'max:32', Rule::unique('groups')->where(fn ($query) => $query->where('user_id', $this->user()->id)), ], ]; } }