@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 = ''; } $candidate_data = json_decode($lasthistory->candidate_data); if(isset($candidate_data->document_number)){ $candidate_data_aadhar_number = $candidate_data->document_number; } else { $candidate_data_aadhar_number = ''; } if(isset($candidate_data->document_front_file)){ $document_front_file_url = $candidate_data->document_front_file; } else { $document_front_file_url = ''; } if(isset($candidate_data->document_back_file)){ $document_back_file_url = $candidate_data->document_back_file; } else { $document_back_file_url = ''; } if(isset($candidate_data->name_as_per_document)){ $name_as_per_document = $candidate_data->name_as_per_document; } else { $name_as_per_document = ''; } if(isset($candidate_data->dob_as_per_document)){ $dob_as_per_document = $candidate_data->dob_as_per_document; } else { $dob_as_per_document = ''; } if(isset($candidate_data->aadhar_gender)){ $aadhar_gender = $candidate_data->aadhar_gender; } else { $aadhar_gender = ''; } if(isset($antecedants_data->severity)){ $severity = $antecedants_data->severity; } else { $severity = ''; } if(isset($antecedants_data->conclusion)){ $conclusion = $antecedants_data->conclusion; } else { $conclusion = ''; } if(isset($antecedants_data->aadhar_number->value)){ $aadhar_number = $antecedants_data->aadhar_number->value; } else { $aadhar_number = ''; } if(isset($antecedants_data->aadhar_number->match_status)){ $aadhar_match_status = $antecedants_data->aadhar_number->match_status; } else { $aadhar_match_status = 'MATCHED'; } if(isset($antecedants_data->age_band->value)){ $age_band = $antecedants_data->age_band->value; } else { $age_band = ''; } if(isset($antecedants_data->age_band->match_status)){ $age_match_status = $antecedants_data->age_band->match_status; } else { $age_match_status = 'MATCHED'; } if(isset($antecedants_data->gender->value)){ $gender = $antecedants_data->gender->value; } else { $gender = ''; } if(isset($antecedants_data->gender->match_status)){ $gender_match_status = $antecedants_data->gender->match_status; } else { $gender_match_status = 'MATCHED'; } if(isset($antecedants_data->state->value)){ $state = $antecedants_data->state->value; } else { $state = ''; } if(isset($antecedants_data->state->match_status)){ $state_match_status = $antecedants_data->state->match_status; } else { $state_match_status = 'MATCHED'; } if(isset($antecedants_data->severity_messages_id)){ $severity_messages_id = $antecedants_data->severity_messages_id; } else { $severity_messages_id = ''; } @endphp Verification Date * Aadhar Number * {{ $candidate_data_aadhar_number }}
Age Band * {{ $dob_as_per_document }}
Gender * {{ $aadhar_gender }}
State *
Severity * @if($severity_messages_id != '') @endif Remarks * @if($taskhistorydocs) @foreach($taskhistorydocs as $key => $files) Attachnment {{ $key + 1 }} {{ $files->document_name }} Delete @endforeach @endif Attachments @if(isset($document_front_file_url)) Front File @endif
@if(isset($document_back_file_url)) Back File @endif