xavicabot
Results
2
issues of
xavicabot
Hi First of all great package. I can use it for views, but if i use it for mailing, it takes an error: Code ``` return $this->from('[email protected]', 'Sender Name') ->subject($this->newsletter->subject)...
I have a button with alpine that opens a popup filter with select fields. On alpine popup i have a x-on:click.outside to hide popup. My problem is that when i...