data = $data; } public function build() { return $this->subject($this->data['judul']) ->view('emails.notifikasi') ->with($this->data); } }