AleksandarCvetanovski liked a comment+100 XP
2w ago
AleksandarCvetanovski wrote a comment+100 XP
1mo ago
AleksandarCvetanovski wrote a reply+100 XP
3mos ago
You can try like this:
return (new MailMessage) ->subject('Test') ->markdown('mail.custom-notification', [ 'logo' => 'https://dummyimage.com/200x60/ccc/000.png&text=DEMO+LOGO', ]);
and in the blade:
Hello
Thanks for using our application!
<x-mail::button :url="url('/')"> Action </x-mail::button>
</x-mail::message>