@php $embassy_date = @$step_verified_data['embassy_interview']; $embassy_timezone = @$step_verified_data['embassy_timezone']; $embassy_timezone_id = @$step_verified_data['embassy_timezone_id']; $is_step_success = @$step_verified_data['is_step_success']; $class = $is_step_success == 1 ? "hide" : ""; $is_itn_user = (!empty($portfolio->sponsor_agency_id) && $portfolio->sponsorAgency->checkAgencySync()) ? 1 : 0; @endphp
@if(empty($step_status))

This step is disable until user will reach to step.

@else

When is your interview at the US Embassy?

@if($is_step_success==1 && !empty($embassy_date) && !empty($embassy_timezone)) @endif
@if($is_itn_user == 1)
Embassy Interview will be schedule by ITN admin.
@else
{{ csrf_field() }}
@if ($errors->has('embassy_timezone')){{ $errors->first('embassy_timezone') }}@endif
@endif
@endif