$this->firstname, 'lastname' => $this->lastname, 'email_1' => $this->email, 'birthday' => $this->birthday->format('Y-m-d'), ); return $this->event->participants()->where($checkconditions)->exists(); } }