Reset your password to get back into SOD ERP.
Reset password
@if ($errors->any())
{{ $errors->first() }}
@endif
@csrf
Email
@error('email')
{{ $message }}
@enderror
New Password
Password must be at least 8 characters and include uppercase, lowercase, number, and special character.
@error('password')
{{ $message }}
@enderror
Confirm Password
@error('password_confirmation')
{{ $message }}
@enderror
Set password