@extends('layouts.app') @section('title', 'Veros Service Order') @section('content')
Veros Service Order

No Document is Available

@if(!empty($responseData['AVMReport']['PROPERTYDETAILS']))
PROPERTY DETAILS
@endif @if(!empty($responseData['AVMReport']['SUMMARY']))
SUMMARY
{{ $responseData['AVMReport']['SUMMARY']['REQUEST_ID'] }} (Request ID)
@if(!empty($responseData['AVMReport']['SUMMARY']['SERVICES']))
Status: {{ $status_message }}

@if($responseData['AVMReport']['FINAL_STATUS'] == 'SUCCESSFUL')
VALUATION
@foreach($responseData['AVMReport']['SUMMARY']['SERVICES'][0]['VALUATION']['VALUES'] as $valuationDt) @endforeach
SI.No. Name Value
{{ $i++ }} {{ $valuationDt['KEYNAME'] }} {{ ($valuationDt['KEYVALUE'] != NULL && $valuationDt['KEYVALUE'] != "") ? $valuationDt['KEYVALUE'] : '--' }}
SUBJECT INFORMATION
@foreach($responseData['AVMReport']['SUMMARY']['SERVICES'][0]['SUBJECTINFORMATION']['VALUES'] as $subject_informationDt) @endforeach
SI.No. Name Value
{{ $j++ }} {{ $subject_informationDt['KEYNAME'] }} {{ ($subject_informationDt['KEYVALUE'] != NULL && $subject_informationDt['KEYVALUE'] != "") ? $subject_informationDt['KEYVALUE'] : '--' }}
@endif @endif
@endif
@endsection @section('page_css') @endsection @section('page_script') @endsection