+
{{ __('Feature') }}: {{ $viewingInspection['feature_name'] }}
+
{{ __('Template') }}: {{ $viewingInspection['template_name'] }}
+
{{ __('Phase') }}: {{ $viewingInspection['phase_name'] }}
+
{{ __('Layer') }}: {{ $viewingInspection['layer_name'] }}
+
{{ __('User') }}: {{ $viewingInspection['user_name'] }}
+
{{ __('Date') }}: {{ $viewingInspection['date'] }}
+
+
+ @if(!empty($viewingInspection['fields']))
+
+ @foreach($viewingInspection['fields'] as $field)
+
+ {{ $field['label'] ?? ($field['name'] ?? '') }}
+ {{ $viewingInspection['data'][$field['name']] ?? '—' }}
+
+ @endforeach
+
+ @endif
+
+ @if(!empty($viewingInspection['notes']))
+