Sending plain text by email with laravel

  Kiến thức lập trình

I am trying to send a plain text in addition to the content by email with laravel, the problem is that I have to send parameters to this blade view, how can I do it?

->text($this->url.’-text’, [‘dataProject’ => $this->project,’dataClient’ => $this->client])

New contributor

David Gil is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

LEAVE A COMMENT