forget password
This commit is contained in:
13
resources/views/verify_email.blade.php
Normal file
13
resources/views/verify_email.blade.php
Normal file
@@ -0,0 +1,13 @@
|
||||
@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
|
||||
Reference in New Issue
Block a user