user()->id == $this->user->id; } public function rules() { return [ 'react_settings' => 'required' ]; } }