芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/store.kwesioben.com/app/Mail/AddFundToWallet.php
data = $data; } /** * Build the message. * * @return $this */ public function build() { return $this->subject(translate('Add_Fund_To_Wallet'))->view('email-templates.add-fund')->with(['data'=>$this->data]); } }