@extends('admin/layouts/fullLayoutMaster') @section('title', 'Reset Password') @section('page-style') {{-- Page Css files --}} @endsection @section('content')
branding logo

Reset Password

Please enter your new password.

@if (count($errors) > 0) @if($errors->any()) @endif @endif {!! Form::open(array('url' =>'admin/updateresetpassword', 'method'=>'post','id'=>'forgot','enctype'=>'multipart/form-data')) !!}
@endsection