forked from mirror/pixelfed
13 lines
220 B
PHP
13 lines
220 B
PHP
|
@component('mail::message')
|
||
|
# Email Confirmation
|
||
|
|
||
|
Please confirm your email address.
|
||
|
|
||
|
@component('mail::button', ['url' => $verify->url()])
|
||
|
Confirm Email
|
||
|
@endcomponent
|
||
|
|
||
|
Thanks,<br>
|
||
|
{{ config('app.name') }}
|
||
|
@endcomponent
|