Old UniVate Website
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

reminder.blade.php 330B

1234567891011121314
  1. <!DOCTYPE html>
  2. <html lang="en-US">
  3. <head>
  4. <meta charset="utf-8">
  5. </head>
  6. <body>
  7. <h2>Password Reset</h2>
  8. <div>
  9. To reset your password, complete this form: {{ URL::to('password/reset', array($token)) }}.<br/>
  10. This link will expire in {{ Config::get('auth.reminder.expire', 60) }} minutes.
  11. </div>
  12. </body>
  13. </html>