project->name}", ); } public function content(): Content { return new Content( view: 'emails.scheduled-report', with: [ 'project' => $this->project, 'user' => $this->user, 'data' => $this->reportData, 'filters' => $this->filters, ], ); } }