form->title, ); } public function content(): Content { return new Content( markdown: 'mail.lead-notification', with: [ 'lead' => $this->lead, 'form' => $this->form, ], ); } public function attachments(): array { return []; } }