@php $step_status = @$step_verified_data['step_status']; $embassy_data = @$step_verified_data['embassy_data']; $embassy_date = @$step_verified_data['embassy_timezone']; $embassy_timezone = @$embassy_date->zone_id; $embassy_date = @$step_verified_data['embassy_interview']; $embassy_timezone_converted = @$embassy_data->dest_timezone_id; $embassy_date_converted = @$embassy_data->dest_datetime; $timezone_list = @$step_verified_data['timezone_list']; if(empty($embassy_timezone)) { $embassy_timezone = session('user_timezone'); } $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')

INTERVIEW AT THE US EMBASSY

@if($step_status == 2)

It will take place on {{ dateformat($embassy_date_converted,DISPLAY_DATETIME) }} at your local time zone {{ 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.

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

Please add the date and time of your visa interview date at the U.S. Embassy below. Please be sure to check you have added the correct information as this will affect your insurance and arrival information.

All fields with star (*) are required
@endif