@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->inv_no->value)){ $inv_no = $antecedants_data->inv_no->value; } else { $inv_no = ''; } if(isset($antecedants_data->inv_no->match_status)){ $inv_no_match_status = $antecedants_data->inv_no->match_status; } else { $inv_no_match_status = 'MATCHED'; } if(isset($antecedants_data->inv_date->value)){ $inv_date = $antecedants_data->inv_date->value; } else { $inv_date = ''; } if(isset($antecedants_data->inv_date->match_status)){ $inv_date_match_status = $antecedants_data->inv_date->match_status; } else { $inv_date_match_status = 'MATCHED'; } if(isset($antecedants_data->issuer_name->value)){ $issuer_name = $antecedants_data->issuer_name->value; } else { $issuer_name = ''; } if(isset($antecedants_data->issuer_name->match_status)){ $issuer_name_match_status = $antecedants_data->issuer_name->match_status; } else { $issuer_name_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->qty->value)){ $qty = $antecedants_data->qty->value; } else { $qty = ''; } if(isset($antecedants_data->qty->match_status)){ $qty_match_status = $antecedants_data->qty->match_status; } else { $qty_match_status = 'MATCHED'; } if(isset($antecedants_data->rate->value)){ $rate = $antecedants_data->rate->value; } else { $rate = ''; } if(isset($antecedants_data->rate->match_status)){ $rate_match_status = $antecedants_data->rate->match_status; } else { $rate_match_status = 'MATCHED'; } if(isset($antecedants_data->signature)){ $signature = $antecedants_data->signature; } else { $signature = ''; } if(isset($antecedants_data->asset_invoice)){ $asset_invoice = $antecedants_data->asset_invoice; } else { $asset_invoice = ''; } if(isset($antecedants_data->amount)){ $amount = $antecedants_data->amount; } else { $amount = ''; } if(isset($antecedants_data->po)){ $po = $antecedants_data->po; } else { $po = ''; } if(isset($antecedants_data->customer_gst)){ $customer_gst = $antecedants_data->customer_gst; } else { $customer_gst = ''; } if(isset($antecedants_data->dealer_gst)){ $dealer_gst = $antecedants_data->dealer_gst; } else { $dealer_gst = ''; } if(isset($antecedants_data->severity_messages_id)){ $severity_messages_id = $antecedants_data->severity_messages_id; } else { $severity_messages_id = ''; } @endphp Verification Date * Invoice No *
Invoice date *
Name of the issuer *
Designation *
Rate *
Quantity *
Asset as per Invoice* Invoice Amount* Purchase Order/PO raised* Customer GST* Dealer GST* Signature* Severity * @if($severity_messages_id != '') @endif Remarks * @if($taskhistorydocs) @foreach($taskhistorydocs as $key => $files) Attachments {{ $key + 1 }} {{ $files->document_name }} Delete @endforeach @endif Attachnment