@php $lasthistory = json_decode($lasthistories); $antecedants_data = json_decode($lasthistory->antecedants_data); if(isset($antecedants_data->verification_date)){ $verification_date = $antecedants_data->verification_date; } else { $verification_date = ''; } if(isset($antecedants_data->verification_time)){ $verification_time = $antecedants_data->verification_time; } else { $verification_time = ''; } $candidate_data = json_decode($lasthistory->candidate_data); // echo '
';
	// print_r($candidate_data);
	// echo '
'; if(isset($candidate_data->document_number)){ $candidate_data_aadhar_number = $candidate_data->document_number; } else { $candidate_data_aadhar_number = ''; } if(isset($antecedants_data->severity)){ $severity = $antecedants_data->severity; } else { $severity = ''; } if(isset($candidate_data->address_proof)){ $address_proof_url = $candidate_data->address_proof; } else { $address_proof_url = ''; } if(isset($candidate_data->front_gate_image_with_selfee)){ $front_gate_image_with_selfee_url = $candidate_data->front_gate_image_with_selfee; } else { $front_gate_image_with_selfee_url = ''; } if(isset($antecedants_data->conclusion)){ $conclusion = $antecedants_data->conclusion; } else { $conclusion = ''; } if(isset($antecedants_data->address->value)){ $address = $antecedants_data->address->value; } else { $address = ''; } if(isset($antecedants_data->address->match_status)){ $address_match_status = $antecedants_data->address->match_status; } else { $address_match_status = 'MATCHED'; } if(isset($antecedants_data->duration_of_stay->value)){ $duration_of_stay = $antecedants_data->duration_of_stay->value; } else { $duration_of_stay = ''; } if(isset($antecedants_data->duration_of_stay->match_status)){ $duration_match_status = $antecedants_data->duration_of_stay->match_status; } else { $duration_match_status = 'MATCHED'; } $accommodation_status = ''; if(isset($antecedants_data->accommodation_status)){ $accommodation_status = $antecedants_data->accommodation_status; } if(isset($antecedants_data->above_details->value)){ $above_details = $antecedants_data->above_details->value; } else { $above_details = ''; } if(isset($antecedants_data->relationship->value)){ $relationship = $antecedants_data->relationship->value; } else { $relationship = ''; } if(isset($antecedants_data->contact_number->value)){ $contact_number = $antecedants_data->contact_number->value; } else { $contact_number = ''; } if(isset($antecedants_data->feild_executive->value)){ $feild_executive = $antecedants_data->feild_executive->value; } else { $feild_executive = ''; } @endphp Verification Date * Verification Time * Address * @if (isset($candidate_data)) @if(isset($candidate_data->full_address)) {{ $candidate_data->full_address }}, @endif @endif
Residence-owned/rented* Tenure * @if (isset($candidate_data)) @if(isset($candidate_data->stayed_from)) {{ $candidate_data->stayed_from }} @endif @if(isset($candidate_data->stayed_to)) to {{ $candidate_data->stayed_to }} @endif @endif
Respondent Name * Relationship With Candidate * Respondent Contact Number Field Executive Name * Severity * Remarks * @if($taskhistorydocs) @foreach($taskhistorydocs as $key => $files) Attachnment {{ $key + 1 }} {{ $files->document_name }} Delete @endforeach @endif Attachments @if(isset($address_proof_url)) Address Proof @endif