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

My Program

It's time to start your American journey with the J-1 Intern or Trainee Program of your dreams. To receive your account credentials and learn more about our programs, you must first complete the application form here. We look forward to assisting you!

@include('user.includes.status')
{{ csrf_field() }}
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@endsection @section('scripts') @stop