@include('layouts.admin.partials.required_style')
Change your password here...
E-mail @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
@include('layouts.admin.partials.jquery') @include('layouts.admin.partials.required_script')