currency_rate_id = $object->id; $model->selling = $object->selling; $model->created_by = \Auth::user()->id; return $this->handler($model); } }