request->participant->efz_status = EfzStatus::EFZ_STATUS_CHECKED_VALID; $this->request->participant->save(); $response->success = true; Mail::to($this->request->participant->email_1)->send(new ParticipantCocCompleteMail( participant: $this->request->participant, )); return $response; } }