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