13 lines
175 B
PHP
13 lines
175 B
PHP
<x-mail::message>
|
|
# Introduction
|
|
|
|
The body of your message.
|
|
|
|
<x-mail::button :url="''">
|
|
Button Text
|
|
</x-mail::button>
|
|
|
|
Thanks,<br>
|
|
{{ config('app.name') }}
|
|
</x-mail::message>
|