芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/myvyralapp.com/bck/app/Mail/UserRegister.php
first_name = $first_name; $this->code = $code; } public function build() { return $this->view('mail-templates.user._registration')->with(['name' => $this->first_name, 'code' => $this->code]); } }