@extends('layouts.app') @section('title', 'QA Review') @section('content')

QA Review

Step 4 of 4 — RFI #{{ $rfi->id }} · {{ ucfirst($rfi->type) }} RFI

Job: {{ $rfi->job_no }} @if($rfi->job_description) — {{ $rfi->job_description }} @endif

Responsible Officer: {{ $rfi->responsible_officer }}

Sub Work Order: {{ $rfi->swo_no }}

Current Status: {{ ucfirst($rfi->qa_status) }}

@if ($rfi->erp_synced_at)

Synced to ERP at {{ $rfi->erp_synced_at->format('Y-m-d H:i') }}

@elseif ($rfi->erp_sync_error)

ERP sync failed: {{ $rfi->erp_sync_error }}

@endif

Uploaded Documents

@unless ($rfi->hasRequiredDocuments())

Both the RFI sheet and at least one site photograph are required before a review decision can be saved and pushed to the ERP.

Go to Upload @endunless
@if ($rfi->hasRequiredDocuments())

Inspection Result

@csrf
@endif @endsection