report = $report; $this->user = $user; } public function build() { return $this->subject('New Daily Report: ' . $this->user->name . ' - ' . $this->report->report_date->format('d M Y')) ->view('emails.reports.submitted'); } }