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