@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 = ''; } $signature = ''; if(isset($antecedants_data->signature)){ $signature = $antecedants_data->signature; } if(isset($antecedants_data->tenants_name->value)){ $tenants_name = $antecedants_data->tenants_name->value; } else { $tenants_name = ''; } if(isset($antecedants_data->tenants_name->match_status)){ $tenants_name_match_status = $antecedants_data->tenants_name->match_status; } else { $tenants_name_match_status = 'MATCHED'; } $id_proof = ''; if(isset($antecedants_data->id_proof)){ $id_proof = $antecedants_data->id_proof; } if(isset($antecedants_data->landlord_name->value)){ $landlord_name = $antecedants_data->landlord_name->value; } else { $landlord_name = ''; } if(isset($antecedants_data->landlord_name->match_status)){ $landlord_name_match_status = $antecedants_data->landlord_name->match_status; } else { $landlord_name_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 * Candidate's Name *
Landlord Name *
Landlord Signature * Id Proof Seen * Severity * @if($severity_messages_id != '') @endif Remarks * @if($taskhistorydocs) @foreach($taskhistorydocs as $key => $files) Attachments {{ $key + 1 }} {{ $files->document_name }} Delete @endforeach @endif Attachnment