@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); if(isset($antecedants_data->severity)){ $severity = $antecedants_data->severity; } else { $severity = ''; } if(isset($antecedants_data->conclusion)){ $conclusion = $antecedants_data->conclusion; } else { $conclusion = ''; } 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->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'; } if(isset($candidate_data->full_address)){ $full_address = $candidate_data->full_address; } else { $full_address = ''; } if(isset($candidate_data->stayed_from)){ $stayed_from = $candidate_data->stayed_from; } else { $stayed_from = ''; } if(isset($candidate_data->stayed_to)){ $stayed_to = $candidate_data->stayed_to; } else { $stayed_to = ''; } $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 * {{ $full_address }}
Residence-owned/rented* Tenure * {{ $stayed_from }} to {{ $stayed_to }}
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)) View File @endif