@php $upload_file_size = config('common.upload_file_size'); $allow_file_ext = collect(config('common.allow_doc_ext'))->implode(', '); $upload_img_size = config('common.upload_img_size'); $allow_image_ext = collect(config('common.allow_image_ext'))->implode(', '); $document_data = @$step_verified_data['document_data']; $document_status = @$document_data->document_status; @endphp

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

Agreement should be a {{ $allow_file_ext }} and doesn't exceed {{ $upload_file_size }} MB.


@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