@include('layouts.admin.partials.required_style')
Reset Password
E-mail address @if($errors->has('email'))
{!! Helper::alert('danger', $errors->first('email')) !!}
@endif
Password @if($errors->has('password'))
{!! Helper::alert('danger', $errors->first('password')) !!}
@endif
Confirm Password @if($errors->has('password_confirmation'))
{!! Helper::alert('danger', $errors->first('password_confirmation')) !!}
@endif
@include('layouts.admin.partials.jquery') @include('layouts.admin.partials.required_script')