@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 First Name: * @if($user_exist==2) @else @endif Last Name: * @if($user_exist==2) @else @endif Email Address: Password: * Confirm Password: * {!! NoCaptcha::renderJs() !!} {!! NoCaptcha::display(['data-theme' => 'light']) !!} @if ($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif Submit @endsection @section('scripts') @stop
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.