|
WSI StructureGroup Pro Home Evaluation Report
Professional inspection summary
|
@php
$tenantLogoUrl = is_array($tenantLogo ?? null) ? ($tenantLogo['original'] ?? null) : null;
@endphp
|
|
Home Information
Homeowner Contact Name: {{ $primaryCustomer['name'] ?? 'N/A' }}
Address: {{ $propertyAddress ?: 'N/A' }}
Email address: {{ $primaryCustomer['email'] ?? 'N/A' }}
Contact Phone: {{ $primaryCustomer['phone'] ?? 'N/A' }}
Structure being evaluated: {{ $structureEvaluated }}
Evaluation Iteration: {{ $evaluationIteration }}
General description, initial: {{ $generalDescription }}
|
Evaluation Details
Eval Date: {{ $scheduledDateTime ?: 'N/A' }}
File Number: {{ $schedule->appointment_id ?? 'N/A' }}
Evaluator: {{ $evaluatorNames ?: 'N/A' }}
|
| Evaluation Item | Option Category | Status | Cause | ||
|---|---|---|---|---|---|
| {{ $inspectionQuestion['question']['type_name'] ?? 'Question' }} @if(!empty($sideNames)) ({{ implode(', ', $sideNames) }}) @endif @if(!empty($inspectionQuestion['question_category_id']) && !empty($inspectionQuestion['question_category']['category_name'])) - {{ $inspectionQuestion['question_category']['category_name'] }} @endif | {{ data_get($inspectionQuestion, 'option.option_category.category_name', 'N/A') }} |
@if($isNonCompliance)
|
{{ $optionTitle }} | ||
|
Recommendations:
@foreach($groupedRecommendations as $recText)
{{ $recText }}
@endforeach
|
|||||
|
Special Notes:
@foreach($groupedComments as $noteText)
{{ $noteText }}
@endforeach
|
|||||
|
Media:
|
|||||