@php $arrival_timezone_list = @$step_verified_data['arrival_timezone_list']; $step_status = @$step_verified_data['step_status']; $flight_info = @$step_verified_data['flight_data']; $step_success = @$step_verified_data['is_step_success']; $class = $step_success == 1 ? "" : "hide"; $arrival_method = config('common.arrival_method'); $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

Departure Information

@if(empty($flight_info))

Congratulations on completing your J-1 Program! You are now ready to book your flights. We hope that you had a wonderful program experience in the United States, and we look forward to collaborating again in the future!

Once you have booked your tickets, kindly enter your flight details here:

All fields with star (*) are required
Please select departure airport.
@else

Thank you for adding your flight details. Here you may view them:

Departure Airport: {{ !empty($flight_info) ? $flight_info['airport_data']->airport_label : '-' }}
Airline: {{ !empty($flight_info) ? $flight_info['airline'] : '-' }}
Flight Number: {{ !empty($flight_info) ? $flight_info['flight'] : '-' }}
Departure Time Zone: {{ $flight_info['dep_timezone_data']->zone_label }}
Departure Date & Time (U.S. Time): {{ dateformat(@$flight_info['convert_departure_date']->dest_datetime,DISPLAY_DATETIME) }}
Departure Date & Time (Home Country): {{ !empty($flight_info->departure_date) ? dateformat($flight_info->departure_date,DISPLAY_DATETIME) : '-' }}
Arrival Date (Home Country Time): {{ dateformat(@$flight_info['convert_departure_date']->dest_datetime,DISPLAY_DATETIME) }}
Additional Info: {{ !empty($flight_info['additional_info']) ? $flight_info['additional_info'] : '-' }}
@endif
@if(($step_status == 2 && !empty($next_step_key)) || $user->is_timeline_locked == 1) @endif