email], ); } public function content(): Content { return new Content(view: 'emails.impersonation_code', with: ['code' => $this->code]); } }