WP File Manager
Current Path:
/
home
/
itutorethiopia
/
public_html
/
resources
/
views
/
emails
/
auth
/
Name
Action
..
reminder.blade.php
Edit
Editing: reminder.blade.php
<!DOCTYPE html> <html lang="en-US"> <head> <meta charset="utf-8"> </head> <body> <h2>Password Reset</h2> <div> To reset your password, complete this form: {{ URL::to('user/reset', array($token)) }} . </div> </body> </html>