AleksandarCvetanovski's avatar

AleksandarCvetanovski liked a comment+100 XP

2w ago

Great idea. Maybe its time to put the use axios on the back burner.

AleksandarCvetanovski's avatar

AleksandarCvetanovski wrote a comment+100 XP

1mo ago

That is a great point of first giving something valuable and afterwords receiving in return for your effort. Even that is not always true but at least you have created something that may be valuable to someone.

AleksandarCvetanovski's avatar

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:

x-mail::message

Hello

Thanks for using our application!

<x-mail::button :url="url('/')"> Action </x-mail::button>

</x-mail::message>