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