@extends('admin/layouts/fullLayoutMaster') @section('title', 'Reset Password') @section('page-style') {{-- Page Css files --}} @endsection @section('content') Reset Password Please enter your new password. @if (count($errors) > 0) @if($errors->any()) × {{$errors->first()}} @endif @endif {!! Form::open(array('url' =>'admin/updateresetpassword', 'method'=>'post','id'=>'forgot','enctype'=>'multipart/form-data')) !!} Password Confirm Password Go Back to Login Reset @endsection
Please enter your new password.