Mailer a search in LognDesc

This commit is contained in:
2024-01-24 22:47:44 +01:00
parent d549e1aaa4
commit e561b1f342
3 changed files with 7 additions and 1 deletions

View File

@@ -32,6 +32,6 @@ class SendFeedbackMail extends Mailable
*/
public function build()
{
return $this->subject('IKEA Feedback Mail')->view('mails.feedback');
return $this->subject('IKEA Feedback Mail')->view('mails.feedback')->with(['data' => $this->data]);
}
}