سلام من عبارت زیر رو زدم
public function build()
{
return $this->html((new MailMessage)
->greeting("this is test")
->line("line one")
->action('test','http://google.com')
->render()
);
}
ولی این ارور رو میده
The body of "Symfony\\Component\\Mime\\Part\\TextPart" must be a string or a resource (got "Illuminate\\Support\\HtmlString").