芝麻web文件管理V1.00
编辑当前文件:/home/unicorntechnolog/public_html/mt5-ctrader/app/Mail/SendMt5Data.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 Details') ->with([ 'userdata' => $this->data ]); } }