$this->user->fullName]), ); } public function content(): Content { return new Content( view: 'emails.welcome', with: [ 'user' => $this->user, ], ); } public function attachments(): array { return []; } }