return (new MailMessage)
->subject($this->emailContent['subject'])
->line(new HtmlString($this->emailContent['email_body']))
->action('Pay Invoice', url('/'))
->line('Thank you for using our application!')
->attachData(base64_decode($this->pdf), 'invoice.pdf', [
'mime' => 'application/pdf',
])
->with(['logo' => getEmailTemplateLogo($this->invoice->business)]);
< /code>
Я вижу много блогов, предлагающих (), но это также не работает. Я здесь не хватает? Может ли кто -нибудь, пожалуйста, руководствовать?@props(['url','logo'])
// not getting logo here
Подробнее здесь: https://stackoverflow.com/questions/796 ... ifications
Мобильная версия