@php $step_status = @$step_verified_data['step_status']; $step_success = @$step_verified_data['is_step_success']; @endphp

DS7002 Pending

@if(empty($step_status))

This step is disable until user will reach to step.

@else
@if($step_success == 0) @if(!empty($portfolio->placement_agency_id) && $portfolio->placementAgency->checkAgencySync())
ITN admin will be changed status to 'DS7002 Pending'.
@else DS7002 Pending @endif @else
User status already changed to DS7002 Pending.
@endif @endif