#How can I extend default laravel mail?
3 messages · Page 1 of 1 (latest)
Is it 'mail' or mail in your SubscriptionEnded notification?
public function content(): Content { return new Content( view: 'mail.adi', ); }
This is what I have in SubscriptionEnded mailable class.
when I remove x-mail, mail works. x-mail isn't being detected.
-----x-mail::layout
test
------ </x-mail::layout>