@if($action == "eligibility_test") @php $start_quiz = session('start_quiz'); $eligibility_fail_count = $userGeneral->eligibility_fail_count @endphp @if($eligibility_fail_count >= 3)
It looks like you are not eligible to participate in a BridgeUSA J-1 Intern or Trainee Program as of now. If you have any questions, please contact us at info@itnusa.com
@else

You have taken the first step on an exciting journey that will lead to an unforgettable experience in the United States!

To start verifying your J-1 Visa Eligibility for a J-1 Intern or Trainee Programs in the United States, please click on the following link:

@php $q_type = ($options == 'getCountry') ? 2 : 1; @endphp @if($q_type == 2)
@else
@foreach($options as $key => $option)
@endforeach
@endif
{!! $desc !!}

Thank you for applying and we look forward to assisting you on this journey!

@endif @else @php $step_status = @$step_verified_data['step_status']; $portfolio = @$portfolio; $userGeneral = @$userGeneral; @endphp

Complete The J-1 Eligibility Test

@if($step_status == 1)
@elseif($step_status == 2)
@if(!empty($userGeneral->eligibility_test_output) || !empty($userGeneral->eligibility_test_result))

Congratulations, you have successfully completed your J-1 Eligibility Test!

@else

Eligibility test not available

@endif
@else

Eligibility test not available

@endif
@if(!empty($next_step_key) && $step_status == 2) @endif
@endif