user()->can('edit', $this->recurring_quote); } public function rules() { $rules = []; return $rules; } protected function prepareForValidation() { $input = $this->all(); //$input['id'] = $this->encodePrimaryKey($input['id']); $this->replace($input); } }