@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 @include('user.app-status.brandtab')

When is your departure flight?

@if(empty($step_status))

This step is disable until user will reach to step.

@else
@if(empty($flight_info))
All fields with star (*) are required
@else
Arrival Airport {{ $flight_info['airport_data']->airport_label }}
Airline {{ $flight_info['airline'] }}
Flight Number {{ $flight_info['flight'] }}
Departure Time zone {{ $flight_info['dep_timezone_data']->zone_label }}
Departure Date (cand time) {{ dateformat(@$flight_info['convert_departure_date']->dest_datetime,DISPLAY_DATETIME) }}
@endif @endif
@if(($step_status == 2 && !empty($next_step_key)) || $user->is_timeline_locked == 1) @endif