[WIP] Setup of skeleton
This commit is contained in:
11
resources/views/vendor/laravel-user-verification/email-markdown.blade.php
vendored
Normal file
11
resources/views/vendor/laravel-user-verification/email-markdown.blade.php
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
@component('mail::message')
|
||||
|
||||
One last step!
|
||||
|
||||
@component('mail::button', ['url' => route('email-verification.check', $user->verification_token) . '?email=' . urlencode($user->email) ])
|
||||
Click here to verify your account
|
||||
@endcomponent
|
||||
|
||||
Thanks,<br>
|
||||
{{ config('app.name') }}
|
||||
@endcomponent
|
||||
Reference in New Issue
Block a user