@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->employer_name)){ $candidate_data_employer_name = $candidate_data->employer_name; } else { $candidate_data_employer_name = ''; } if(isset($candidate_data->employment_period)){ $candidate_data_employment_period = $candidate_data->employment_period; } else { $candidate_data_employment_period = ''; } if(isset($candidate_data->designation)){ $candidate_data_designation = $candidate_data->designation; } else { $candidate_data_designation = ''; } if(isset($candidate_data->salary)){ $candidate_data_salary = $candidate_data->salary; } else { $candidate_data_salary = ''; } 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->employer_name->value)){ $employer_name = $antecedants_data->employer_name->value; } else { $employer_name = ''; } if(isset($antecedants_data->employer_name->match_status)){ $employer_name_match_status = $antecedants_data->employer_name->match_status; } else { $employer_name_match_status = 'MATCHED'; } if(isset($antecedants_data->employment_period->value)){ $employment_period = $antecedants_data->employment_period->value; } else { $employment_period = ''; } if(isset($antecedants_data->employment_period->match_status)){ $employment_period_match_status = $antecedants_data->employment_period->match_status; } else { $employment_period_match_status = 'MATCHED'; } if(isset($antecedants_data->designation->value)){ $designation = $antecedants_data->designation->value; } else { $designation = ''; } if(isset($antecedants_data->designation->match_status)){ $designation_match_status = $antecedants_data->designation->match_status; } else { $designation_match_status = 'MATCHED'; } if(isset($antecedants_data->salary->value)){ $salary = $antecedants_data->salary->value; } else { $salary = ''; } if(isset($antecedants_data->salary->match_status)){ $salary_match_status = $antecedants_data->salary->match_status; } else { $salary_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 * Verification Time * Name of Employer * {{ $candidate_data_employer_name }}
Period of Employment * {{ $candidate_data_employment_period }}
Designation * {{ $candidate_data_designation }}
Last drawn salary * {{ $candidate_data_salary }}
Severity * @if($severity_messages_id != '') @endif Conclusion * @if($taskhistorydocs) @foreach($taskhistorydocs as $key => $files) Attachnment {{ $key + 1 }} {{ $files->document_name }} Delete @endforeach @endif Attachnment