ecco logo

@method('post') @csrf

STEP 1 : Fill in your information

@if ($errors->has('first_name'))
Please Enter First Name
@endif
@if ($errors->has('last_name'))
Please Enter Last Name
@endif
@if ($errors->has('username'))
Username already exists
@endif
@if ($errors->has('phone'))
Please Enter Phone Number
@endif
@if ($errors->has('email'))
Email ID already exists
@endif

STEP 2 : Select your University

STEP 3 : Notes of Administrator

Already register member?Login