Agreement
User will need to sign the Agreement in order to continue our process.
@if(empty($step_status))
This step is disable until user will reach to step.
@else
@if(!empty(@$step_verified_data['type']))
{{ $step_verified_data['message'] }}
@endif
@if(empty($is_step_success))
@if(!empty($portfolio->placement_agency_id) && $portfolio->placementAgency->checkAgencySync())
Your agreement will be upload by user or ITN admin.
@else
@endif
@elseif( !empty($is_step_success) && !empty($document_data) )
@if(!empty(@$document_data->document_download_link))
View
@endif
@if(empty($portfolio->placement_agency_id) || $portfolio->placementAgency->checkAgencySync() == false)
@if($document_status==1)
@elseif($document_status==2)
@else
@endif
@endif
@endif
@endif