13 lines
228 B
PHP
13 lines
228 B
PHP
@component('mail::message')
|
|
# Verify Email
|
|
|
|
Please click the button below to verify your email address.
|
|
|
|
@component('mail::button', ['url' => $url])
|
|
Verify Email
|
|
@endcomponent
|
|
|
|
Thanks,<br>
|
|
{{ config('app.name') }}
|
|
|
|
@endcomponent |