芝麻web文件管理V1.00
编辑当前文件:/home/unicorntechnolog/public_html/mt5-ctrader/app/Mail/Passwordchange.php
data = $data; } /** * Build the message. * * @return $this */ public function build() { //return $this->view('email.name',array('usedata' => $this->data)); return $this->view('email.passwordchange') ->from(env('FROM_MAIL'),env('APP_NAME')) ->subject('Your Password Changed Successfully') ->with([ 'userdata' => $this->data ]); } }