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