79642185

Date: 2025-05-28 12:29:23
Score: 1
Natty:
Report link

If you are not able to use Mailable then a simple fix would be view()->share()

In your use case, it would be something like this view()->share('logo', getEmailTemplateLogo($this->invoice->business))

Then you should be able to fetch $logo inside your header.blade.php

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: lassehas