@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
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']))