WP File Manager
Current Path:
/
home
/
itutorethiopia
/
public_html
/
resources
/
views
/
api_droid
/
Name
Action
..
certificate.blade.php
Edit
registration.blade.php
Edit
reminder.blade.php
Edit
welcome.blade.php
Edit
Editing: reminder.blade.php
@extends('layouts.mailtemplate') @section('content') <h2>Password Reset</h2> <div> To reset your password, complete this form: <!-- <a href="{{ URL::to('user/reset', array($token)) }}"> reset link </a> --> <a href="{{ $token }}"> reset link </a> </div> <br /><br /><p> Thank You </p> {!! env('APP_APPNAME') !!} @stop