Audit Pack: {{ $procurement->reference }} — ProcureFlow Compliance Audit Pack
Internal Audit Report

{{ $procurement->reference }}

{{ $procurement->title }}

{{ $healthScore }}%
Compliance Integrity
Audit Narrative Summary

The procurement of {{ $procurement->title }} (Ref: {{ $procurement->reference }}) was initiated via the {{ $procurement->method }} method. As of {{ now()->format('M d, Y') }}, the process has advanced to the {{ $procurement->stage_label }} stage.

Based on the system checklist and compliance engine, the record has an integrity score of {{ $healthScore }}%. @if($healthScore < 100) The following compliance gaps were identified that may pose audit risks: {{ collect($gaps)->pluck('message')->join(', ') }}. @else No compliance gaps or audit risks were detected; all mandatory documents and steps have been validated. @endif

Key Milestones:

  • Initiated by {{ $procurement->creator->name }} on {{ $procurement->created_at->format('M d, Y') }}
  • @if($procurement->bids->count() > 0)
  • {{ $procurement->bids->count() }} bidder(s) registered during the solicitation phase.
  • @endif @if($procurement->contracts->count() > 0) @foreach($procurement->contracts as $contract)
  • Contract awarded to {{ $contract->supplier->name }} for {{ $procurement->currency }} {{ number_format($contract->contract_value, 2) }}.
  • @endforeach @endif
Identified Gaps
@forelse($gaps as $gap)
{{ $gap['severity'] }}
{{ $gap['message'] }}
@empty
No compliance gaps detected.
@endforelse
Forensic Audit Trail
@foreach($procurement->auditTrails as $log) @endforeach
Timestamp Officer Action Forensic Log
{{ $log->created_at->format('M d, Y H:i:s') }} {{ $log->user->name }} {{ strtoupper($log->action) }} {{ $log->description }}