@php $legal_data = @$step_verified_data['legal']; $class = $is_step_success == 1 ? "hide" : ""; $chk_agency = (!empty($portfolio->placement_agency_id) && $portfolio->placementAgency->checkAgencySync()) ? 'hide' : '' ; $doc_dw_link = @$step_verified_data['doc_history']['document_download_link']; @endphp

DS2019 Sent

@if(empty($step_status))

This step is disable until user will reach to step.

@else
@if($is_step_success==1 && !empty($legal_data))
@if(!empty($doc_dw_link))

Document name: {{ @$step_verified_data['doc_history']['document_filename'] }}

Document Status: @if(@$step_verified_data['doc_history']['document_status'] == 1) {{ @$step_verified_data['doc_history']['document_status_name'] }} @elseif(in_array(@$step_verified_data['doc_history']['document_status'], array(3,5))) {{@$step_verified_data['doc_history']['document_status_name']}} @elseif(in_array(@$step_verified_data['doc_history']['document_status'], array(2,4))) {{@$step_verified_data['doc_history']['document_status_name'] }} @else Action Require @endif


View @endif
@endif @if(!empty($portfolio->placement_agency_id) && $portfolio->placementAgency->checkAgencySync() && empty($legal_data))

Your DS2019 will be Sent as soon as possible.

@endif
@endif