@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->status)){ $status = $antecedants_data->status; } else { $status = ''; } if(isset($antecedants_data->account_type)){ $account_type = $antecedants_data->account_type; } else { $account_type = ''; } if(isset($antecedants_data->mob_no->value)){ $mob_no = $antecedants_data->mob_no->value; } else { $mob_no = ''; } if(isset($antecedants_data->mob_no->match_status)){ $mob_no_match_status = $antecedants_data->mob_no->match_status; } else { $mob_no_match_status = 'MATCHED'; } if(isset($antecedants_data->pan_no->value)){ $pan_no = $antecedants_data->pan_no->value; } else { $pan_no = ''; } if(isset($antecedants_data->pan_no->match_status)){ $pan_no_match_status = $antecedants_data->pan_no->match_status; } else { $pan_no_match_status = 'MATCHED'; } if(isset($antecedants_data->address)){ $address = $antecedants_data->address; } else { $address = ''; } if(isset($antecedants_data->account_no->value)){ $account_no = $antecedants_data->account_no->value; } else { $account_no = ''; } if(isset($antecedants_data->account_name->value)){ $account_name = $antecedants_data->account_name->value; } else { $account_name = ''; } if(isset($antecedants_data->severity_messages_id)){ $severity_messages_id = $antecedants_data->severity_messages_id; } else { $severity_messages_id = ''; } if(isset($antecedants_data->report_data)){ $report_data = $antecedants_data->report_data; } else { $report_data = ''; } //echo '
'; //print_r($report_data); //exit; @endphpVerification Date * Account No* Name of Account Holder* Account type * Statement Status * PAN No *
Mobile No *
Address* Severity * @if($severity_messages_id != '') @endif @if($taskhistorydocs) @foreach($taskhistorydocs as $key => $files) Remarks * @if(isset($report_data) && !empty($report_data)) @foreach($report_data->reports as $rept) @endforeach @foreach($report_data->report_details->act_name as $keyy => $act_name) @if(!empty($act_name)) @endif @endforeach @endif @endforeach @endif Attachnment {{ $key + 1 }} {{ $files->document_name }} Delete Attachment