photo/resources/views/auth/emails/password.blade.php

2 lines
162 B
PHP
Raw Normal View History

2016-06-22 05:49:20 +00:00
Click here to reset your password: <a href="{{ $link = url('password/reset', $token).'?email='.urlencode($user->getEmailForPasswordReset()) }}"> {{ $link }} </a>