details = $details; } /** * Build the message. * * @return $this */ public function build() { return $this->subject($this->details['subject']) ->view('emails.templates.'.$this->details['template'], $this->details['template_params'])->attachFromStorage($this->details['file']); } }