['required', 'string', 'max:255'], 'slug' => ['required', 'string', 'unique:main_sections,slug,' . $this->mainSection->id, 'max:255'], ]; } }