"required|string|max:255|unique:direction_profiles,name,{$this->direction_profile->id}", 'description' => 'string', 'slug' => "required|string|max:255|unique:direction_profiles,slug,{$this->direction_profile->id}", 'position' => 'required|int|numeric|max:255', ]; } }