@php $upload_file_size = config('common.upload_file_size'); $allow_file_ext = collect(config('common.allow_doc_ext'))->implode(', '); $step_status = @$step_verified_data['step_status']; $document_data = @$step_verified_data['document_data']; $is_multi_placement = @$step_verified_data['is_multi_placement']; $document_status = @$document_data['document_status']; $is_itn_user = (!empty($portfolio->placement_agency_id) && $portfolio->placementAgency->checkAgencySync()) ? 1 : 0; @endphp
This step is disable until user will reach to step.
@else @if(!empty($document_data)) @if($is_multi_placement == true)Document name: {{ @$item['document_filename'] }}
Document Status: Available to user
Document name: {{ @$document_data['document_filename'] }}
Document Status: Available to user