@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->severity)){ $severity = $antecedants_data->severity; } else { $severity = ''; } if(isset($antecedants_data->conclusion)){ $conclusion = $antecedants_data->conclusion; } else { $conclusion = ''; } if(isset($antecedants_data->card_no->value)){ $card_no = $antecedants_data->card_no->value; } else { $card_no = ''; } if(isset($antecedants_data->card_no->match_status)){ $card_no_match_status = $antecedants_data->card_no->match_status; } else { $card_no_match_status = 'MATCHED'; } if(isset($antecedants_data->name_as_per_doc->value)){ $name_as_per_doc = $antecedants_data->name_as_per_doc->value; } else { $name_as_per_doc = ''; } if(isset($antecedants_data->name_as_per_doc->match_status)){ $name_as_per_doc_match_status = $antecedants_data->name_as_per_doc->match_status; } else { $name_as_per_doc_match_status = 'MATCHED'; } if(isset($antecedants_data->name_of_father->value)){ $name_of_father = $antecedants_data->name_of_father->value; } else { $name_of_father = ''; } if(isset($antecedants_data->name_of_father->match_status)){ $name_of_father_match_status = $antecedants_data->name_of_father->match_status; } else { $name_of_father_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->reg_date->value)){ $reg_date = $antecedants_data->reg_date->value; } else { $reg_date = ''; } if(isset($antecedants_data->reg_date->match_status)){ $reg_date_match_status = $antecedants_data->reg_date->match_status; } else { $reg_date_match_status = 'MATCHED'; } if(isset($antecedants_data->category->value)){ $category = $antecedants_data->category->value; } else { $category = ''; } if(isset($antecedants_data->category->match_status)){ $category_match_status = $antecedants_data->category->match_status; } else { $category_match_status = 'MATCHED'; } if(isset($antecedants_data->address->value)){ $address = $antecedants_data->address->value; } else { $address = ''; } if(isset($antecedants_data->reg_date->match_status)){ $address_match_status = $antecedants_data->address->match_status; } else { $address_match_status = 'MATCHED'; } @endphp Verification Date * Job Card Number *
Name of Head of Household *
Name of Father/Husband *
Gender *
Date of Registration *
Address *
Category *
Severity * Remarks * Attachments