reminder.blade.php 242 B

12345678910111213
  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)) }}.
  10. </div>
  11. </body>
  12. </html>