@php $flight_data = @$step_verified_data['flight_data']; $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']; $is_multi_placement = @$step_verified_data['is_multi_placement']; $second_flight_info = @$step_verified_data['second_flight_data']; @endphp @include('user.app-status.brandtab')

Arrival in the United States

@if($is_multi_placement == true)
@if(!empty($flight_data)) @if($flight_data->is_date_passed == 1)

Welcome to The USA...

Start your program

@else

Your arrival date and time are recorded for {{ dateformat($flight_data->arrivalDate,DISPLAY_DATETIME) }} according to following time zone @if(!empty($flight_data->zone_label)){{ $flight_data->zone_label }}@endif

@endif @else

This will be final step of your application.

@endif
@if(!empty($second_flight_info)) @if($second_flight_info->is_date_passed == 1)

Start your program

@else

Your arrival date and time are recorded for {{ dateformat($second_flight_info->arrivalDate,DISPLAY_DATETIME) }} according to following time zone @if(!empty($second_flight_info->zone_label)){{ $second_flight_info->zone_label }}@endif

@endif @else

This will be final step of your application.

@endif
@else @if(!empty($flight_data)) @if($flight_data->is_date_passed == 1)

Welcome to The USA...

@else

Your arrival date and time are recorded for {{ dateformat($flight_data->arrivalDate,DISPLAY_DATETIME) }} according to following time zone @if(!empty($flight_data->zone_label)){{ $flight_data->zone_label }}@endif

@endif @else

This will be final step of your application.

@endif @endif @if(!empty($portfolio->sponsor_agency_id) && false) @endif