user()->can('edit', $this->group_setting); } public function rules() { return [ 'settings' => 'json' ] } }