@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']; @endphp @include('user.app-status.brandtab')
Congratulations on receiving your visa!
It's time to do some packing...
@if(!empty($next_step_key)) @endif{{ $show_message }}
Please contact @if(config('common.portal') == 'ODC') {{config('odc_common.contact_email')}} @elseif(config('common.portal') == 'ITN') {{config('itn_common.contact_email')}} @else {{config('common.contact_email')}} @endif to discuss your options moving forward.It maybe help you for approved next time
Please contact @if(config('common.portal') == 'ODC') {{config('odc_common.contact_email')}} @elseif(config('common.portal') == 'ITN') {{config('itn_common.contact_email')}} @else {{config('common.contact_email')}} @endif to discuss your options moving forward.It maybe help you for approved next time
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