@php $step_status = @$step_verified_data['step_status']; $visa_denied_count = @$step_verified_data['visa_denied_count']; $consecutive_visa_denied_flag = @$step_verified_data['consecutive_visa_denied_flag']; $embassy_data = @$step_verified_data['embassy_data']; $allow_visa_process = @$step_verified_data['allow_visa_process']; $show_message = @$step_verified_data['show_message']; $embassy_timezone = @$embassy_data->embassy_timezone; $embassy_date = @$embassy_data->embassy_interview; $converted_data = @$step_verified_data['converted_data']; $embassy_timezone_converted = @$converted_data->dest_timezone_id; $embassy_date_converted = @$converted_data->dest_datetime; $brand_agency = @$step_verified_data['brand_agency']; $agency_logo_url = @$step_verified_data['agency_logo_url']; $agency_bg_color = @$step_verified_data['agency_bg_color']; $agency_logo_class = @$step_verified_data['agency_logo_class']; $post_embassy_url = @$step_verified_data['post_embassy_url']; @endphp @include('user.app-status.brandtab')

US Visa

@if($step_status == 2)

Congratulations on receiving your visa!

It's time to do some packing...

@if(!empty($post_embassy_url))

Click Here if you would like to add or update Post Embassy Interview Questionnaire.

@endif @if(!empty($next_step_key)) @endif
@else @if($allow_visa_process == 1) @if(!empty($show_message))

{{ $show_message }}

@else

Were you granted your J1 visa at the US Embassy?

@if(in_array($user->j1_status_id,[3010,3011]))

Update Status if you receive any news from the embassy that your status has changed from "Under Administrative Processing/ 221(g) Letter received (Green Form) " to either approved or denied

@endif
@if( !in_array($user->j1_status_id,[3010,3011])) @endif
@if(!empty($post_embassy_url))

Click Here if you would like to add or update Post Embassy Interview Questionnaire.

@endif
@endif @elseif($allow_visa_process == 2)

We are sorry to hear that your application for your {{ __('application_term.exchange_visitor') }} Visa was denied. You have several options like below.

In case of you change your mind or you may denied visa by mistake then below is the option to get back to visa approve.

@if(!empty($post_embassy_url))

Click Here if you would like to add or update Post Embassy Interview Questionnaire.

@endif
@elseif($allow_visa_process == 3) @if($consecutive_visa_denied_flag == 1)

We are sorry to hear that your application for your {{ __('application_term.exchange_visitor') }} Visa was denied. And that you decied to cancel to your J1 program, Please click on button below to confirm your decision

@else @endif @elseif($allow_visa_process == 4) @else

Your Embassy interview will take place on {{ dateformat($embassy_date_converted,DISPLAY_DATETIME) }} at your local timezone {{ get_timezone_label($embassy_timezone_converted) }}

As soon as you are done with your interview at your local U.S. Consulate / Embassy, please inform us of the result.

@endif @endif