object = $object; } public function build(): NotifyFeedbackFormSubmitted { $this->subject('Поступило новое обращение')->view('mail.feedback.submitted'); $this->object->attachedFiles->each(function($asset) { $this->attachFromStorage($asset->path); }); return $this; } }