$this->window->title])); } public function content(): Content { return new Content(markdown: 'mail.maintenance-cancelled', with: [ 'title' => $this->window->title, 'name' => $this->customer->name, ]); } }