Files
opensem/resources/views/vendor/laravel-user-verification/email-markdown.blade.php
Ludovic CANDELLIER 36267139a1 [WIP] Setup of skeleton
2020-03-25 00:08:27 +01:00

12 lines
284 B
PHP

@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