phpvms/resources/views/auth/emails/password.blade.php
2017-06-08 13:28:26 -05:00

2 lines
162 B
PHP

Click here to reset your password: <a href="{{ $link = url('password/reset', $token).'?email='.urlencode($user->getEmailForPasswordReset()) }}"> {{ $link }} </a>