Admin User List
Reset password
@csrf
@if ($errors->has('password'))
{{ $errors->first('password') }}
@endif
@if ($errors->has('cpassword'))
{{ $errors->first('cpassword') }}
@endif