@extends('layouts/contentLayoutMaster') @section('title', 'Create Orders') @section('vendor-style') {{-- Page Css files --}} @endsection @section('page-style') {{-- Page Css files --}} @endsection @section('content') @if(session('success')) {{ session('success') }} @endif @if($errors->any()) {{ $errors->first() }} @endif {{ csrf_field() }} @if($ordertasks) @foreach($ordertasks as $ordertask) @php $oldData = json_decode($ordertask['candidate_data']); //echo ''; //print_r($ordertask); //echo ''; @endphp @if($ordertask['task_display_id'] == 'NID_AADHAAR' || $ordertask['task_display_id'] == 'NID_PAN' || $ordertask['task_display_id'] == 'NID_DL' || $ordertask['task_display_id'] == 'NID_VOTER_ID' || $ordertask['task_display_id'] == 'NID_PASSPORT') IDENTITY VERIFICATION @else {{ $ordertask['internal_name'] }} @endif @if($ordertask['task_display_id'] == 'NID_AADHAAR' || $ordertask['task_display_id'] == 'NID_PAN' || $ordertask['task_display_id'] == 'NID_DL' || $ordertask['task_display_id'] == 'NID_VOTER_ID' || $ordertask['task_display_id'] == 'NID_PASSPORT') Id Document Type Select Document Type @if($verification_types) @foreach ($verification_types as $verification_type) name) ? 'selected' : '' }} value="{{ $verification_type->name }}">{{ $verification_type->doc_name }} @endforeach @endif Document No DOB as per Document Name As Per Document @if(isset($oldData->document_front_file) && !empty($oldData->document_front_file)) @else Document front copy @endif @if(isset($oldData->document_back_file) && !empty($oldData->document_back_file)) @else Document back copy @endif @else @endif @if($ordertask['task_display_id'] == 'AV_POSTAL_PERMENENT' || $ordertask['task_display_id'] == 'AV_POSTAL_PRESENT' || $ordertask['task_display_id'] == 'AV_DIGITAL_PERMENENT' || $ordertask['task_display_id'] == 'AV_PHYSICAL_PERMANENT' || $ordertask['task_display_id'] == 'AV_PHYSICAL_PRESENT' || $ordertask['task_display_id'] == 'AV_DIGITAL_PRESENT') Full Address {{ $oldData->full_address ?? '' }} Stayed From Stayed To @if(isset($oldData->front_gate_image_with_selfee) && !empty($oldData->front_gate_image_with_selfee)) Front gate image with selfee View File @else Upload Home front gate image with selfee @endif @if(isset($oldData->address_proof) && !empty($oldData->address_proof)) Address Proof View File @else Upload Address Proof @endif @endif @if($ordertask['task_display_id'] == 'IV_DIN_CHECK') DIN NO PAN Company Name @endif @if($ordertask['task_display_id'] == 'EE_PRC') @foreach(['employer_name', 'employment_period', 'designation', 'reporting_manager', 'manager_contact', 'manager_email'] as $field) {{ ucwords(str_replace('_', ' ', $field)) }} @endforeach @endif @if($ordertask['task_display_id'] == 'AC_GCC' || $ordertask['task_display_id'] == 'AC_PCC' || $ordertask['task_display_id'] == 'AC_MATRIC_HSC') Class Select Class @if($verification_types_ac) @foreach ($verification_types_ac as $verification_type) name) ? 'selected' : '' }} value="{{ $verification_type->name }}">{{ $verification_type->doc_name }} @endforeach @endif Bord/University School/Institute Passing Year % Marks / Grade @if(isset($oldData->degree) && !empty($oldData->degree)) Markssheet View File @endif @if(isset($oldData->degree) && !empty($oldData->degree)) Degree View File @endif @endif @if($ordertask['task_display_id'] == 'BC_CRC') Address {{ $oldData->bc_crc_address ?? '' }} @endif @if($ordertask['task_display_id'] == 'BC_FC') Address {{ $oldData->bc_fc_address ?? '' }} @endif @if($ordertask['task_display_id'] == 'FC_EPFO') UAN No Mobile No Company Name @endif @if($ordertask['task_display_id'] == 'FC_GST_SEARCH') PAN Number @endif @endforeach @endif Save Changes @endsection @section('vendor-script') {{-- Vendor js files --}} @endsection @section('page-script') {{-- Page js files --}}
'; //print_r($ordertask); //echo '