2015-03-17 07:45:25 +10:00
|
|
|
<!DOCTYPE html>
|
2015-06-16 01:15:09 +03:00
|
|
|
<html lang="{{App::getLocale()}}">
|
2015-03-17 07:45:25 +10:00
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<h2>Password Reset</h2>
|
|
|
|
|
|
|
|
|
|
<div>
|
|
|
|
|
To reset your password, complete this form: {{ URL::to('password/reset', array($token)) }}.
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|