status = ApprovalStatus::REJECTED; $model->approver = Auth()->user()->id; $model->approval_date = Carbon::now(); return $this->handler($model); } }