@extends('user.layouts.applogin-newui') @section('content')

Create Your ITN Profile

You will use your ITN Profile throughout the application process and during your program. After completing this step, you will be asked to complete a J-1 Eligibility Test through your ITN Profile.

Note:
Fields marked with * are required.
Password Requirements:
{!! $password_setting !!}
First & Last Name Requirements
  • Special characters are not allowed.
@csrf @if($user_exist==2) @endif
@if($user_exist==2) @else @endif
@if($user_exist==2) @else @endif
{!! NoCaptcha::renderJs() !!} {!! NoCaptcha::display(['data-theme' => 'light']) !!}
@if ($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif
@endsection @section('scripts') @stop