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