Review Document: {{ $document->title }}

Back to Approvals
@if($errors->any())
Please fix the following errors:
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Document Information

{{ $document->title }}

{{ $document->type }}

{{ $document->contractor->name }}

{{ $document->current_status }}

v{{ $document->versions->max('version_number') ?? 1 }}

{{ $document->created_at->format('M d, Y \a\t g:i A') }}

Submit Your Review

@csrf

Provide feedback, suggestions, or reasons for your decision.

Previous Reviews

@if($document->approvals->count() > 0)
@foreach($document->approvals->sortBy('created_at') as $approval)

{{ $approval->reviewer->name }}

{{ ucfirst($approval->status) }}

{{ $approval->role }}

{{ $approval->created_at->format('M d, Y \a\t g:i A') }}

@if($approval->comments)

{{ $approval->comments }}

@endif
@endforeach
@else

No previous reviews

@endif

Approval Workflow

Contractor Upload
Consultant Review
Client A Review
Client B & C Review
Final Approval