status = ApprovalStatus::ACTIVE; $model->approved_by = Auth()->user()->id; $model->approved_date = Carbon::now(); return $this->handler($model); } }