logo

Enter Your UID

Please enter your unique identification number to proceed

@csrf
@error('uid') {{ $message }} @enderror
Loading...

Verifying your UID...

Generate Password

For UID: {{ $prefill->reg_id ?? old('old_uid') }}


Register with your details
@csrf
first_name) && $prefill->first_name ? 'readonly' : '' }}> @error('fname') {{ $message }} @enderror
@error('mname') {{ $message }} @enderror
last_name) && $prefill->last_name ? 'readonly' : '' }}> @error('lname') {{ $message }} @enderror
dob) && $prefill->dob ? '' : '' }}> @error('dob') {{ $message }} @enderror
@error('gender') {{ $message }} @enderror
email) && $prefill->email ? '' : '' }}> @error('email') {{ $message }} @enderror
@error('password')
{{ $message }}
@enderror
Password must be at least 8 characters long and contain uppercase, lowercase, number, and special character.
@error('password_confirmation')
{{ $message }}
@enderror
captcha
@if ($errors->has('captcha')) {{ $errors->first('captcha') }} @endif
(*) Mandatory Fields.
Important Note:
  1. Please make sure to enter a valid email address, as this will be used for communication and account verification purposes. If you enter an incorrect or invalid email address, you may not receive important notifications or be able to access your account.
  2. One Email ID can only be used for only one UID.